|
From: <jsa...@us...> - 2008-06-04 23:32:27
|
Revision: 1254
http://como.svn.sourceforge.net/como/?rev=1254&view=rev
Author: jsanjuas
Date: 2008-06-04 16:32:23 -0700 (Wed, 04 Jun 2008)
Log Message:
-----------
fixed the readme, updated the todo list, updated some (c) notices.
Modified Paths:
--------------
src/branches/2.0/DESCRIPTION
src/branches/2.0/LICENSE
src/branches/2.0/README
src/branches/2.0/TODO.txt
Modified: src/branches/2.0/DESCRIPTION
===================================================================
--- src/branches/2.0/DESCRIPTION 2008-06-04 23:17:20 UTC (rev 1253)
+++ src/branches/2.0/DESCRIPTION 2008-06-04 23:32:23 UTC (rev 1254)
@@ -28,7 +28,7 @@
. Steven Smith
. Davide Vercelli
-Copyright (c) 2004-2006 Intel Corporation
+Copyright (c) 2004-2008 Intel Corporation
All rights reserved.
NOTES:
Modified: src/branches/2.0/LICENSE
===================================================================
--- src/branches/2.0/LICENSE 2008-06-04 23:17:20 UTC (rev 1253)
+++ src/branches/2.0/LICENSE 2008-06-04 23:32:23 UTC (rev 1254)
@@ -1,4 +1,4 @@
-Copyright (c) 2004-2007, Intel Corporation
+Copyright (c) 2004-2008, Intel Corporation
All rights reserved.
Redistribution and use in source and binary forms, with or
Modified: src/branches/2.0/README
===================================================================
--- src/branches/2.0/README 2008-06-04 23:17:20 UTC (rev 1253)
+++ src/branches/2.0/README 2008-06-04 23:32:23 UTC (rev 1254)
@@ -7,33 +7,27 @@
Compiling CoMo
==================
+The CoMo build process is as follows. First, the core system must
+be compiled and installed. Afterwards, the modules can be built
+and installed.
+
CoMo requires CMake 2.2-patch 3 or higher to compile.
Visit http://www.cmake.org to get cmake.
-Use a separate build dir to build CoMo, not the source dir (example below).
-To get debugging, pass -DCMAKE_BUILD_TYPE=debug
-To get release, pass -DCMAKE_BUILD_TYPE=release
-
Short example:
# tar -xvzf como-x.y.tar.gz
-# mkdir build-como
-# cd build-como
-# cmake -DCMAKE_INSTALL_PREFIX=/usr/local/como ../como-x.y
+# cd build-x.y
# make
-
-Installing CoMo
-=================
-
-It is also possible to install the CoMo using:
-
# make install
+# make modules
+# make modules-install
This will install the CoMo binary, the plug-in modules and the man page.
An example configuration file is created in `/usr/local/etc/como/como.conf`.
--------------------------------------------------------------------------
-Copyright (c) 2004-2006 Intel Corporation
+Copyright (c) 2004-2008 Intel Corporation
All rights reserved.
Modified: src/branches/2.0/TODO.txt
===================================================================
--- src/branches/2.0/TODO.txt 2008-06-04 23:17:20 UTC (rev 1253)
+++ src/branches/2.0/TODO.txt 2008-06-04 23:32:23 UTC (rev 1254)
@@ -21,7 +21,6 @@
* Modules:
-autofocus
supersources
multiple pattern search
@@ -29,8 +28,6 @@
* Configuration
- Do more error checking.
- - Fix example.conf
- - argsfile keyword
- specify that a module has to run ondemand
* Features
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|