Updating installation ...
This commit is contained in:
parent
39521b2b68
commit
6362814175
1 changed files with 13 additions and 3 deletions
16
eo/README
16
eo/README
|
|
@ -11,7 +11,7 @@ http://eodev.sourceforge.net/
|
|||
|
||||
In case of any problem, please e-mail us at
|
||||
|
||||
|
||||
eodev@egroups.com
|
||||
|
||||
==================================================================
|
||||
BUILDING EO
|
||||
|
|
@ -30,6 +30,18 @@ The basic installatio procedure goes the following:
|
|||
and that's it. You should probably go to the tutorial and start
|
||||
learning about EO features and programming.
|
||||
|
||||
WARNING: Compiling all test programs can take some time.
|
||||
But you don't have to:
|
||||
|
||||
- you can simply type
|
||||
|
||||
make lib
|
||||
|
||||
and then go in your application (or in the tutorial) dir and run make
|
||||
|
||||
cd tutorial
|
||||
make
|
||||
|
||||
In case of problems, you can read the INSTALL file - but remember this
|
||||
is a standard installation file from GNU and that it contains nothing
|
||||
specific about EO.
|
||||
|
|
@ -50,10 +62,8 @@ structure:
|
|||
| |
|
||||
| +- es real-valued-genotypes source files
|
||||
| |
|
||||
| |
|
||||
| +- gp Genetic Programming source files
|
||||
| |
|
||||
| |
|
||||
| +- obsolete files from old versions - for upward compatibility
|
||||
|
|
||||
|
|
||||
|
|
|
|||
Reference in a new issue