paradiseo/eo
2000-12-02 08:29:45 +00:00
..
app initial version of mastermind 2000-12-01 19:13:12 +00:00
contrib adding Makefile.in 2000-11-23 19:15:31 +00:00
doc adding subdirectories 2000-11-06 12:38:54 +00:00
src Changed the (abstract) name for fitness from F to FitT so it matches 2000-12-02 08:21:18 +00:00
test fixing template type 2000-11-13 12:12:14 +00:00
tutorial Suppressed the warning for the need to create a link - see html files log. 2000-12-02 08:29:45 +00:00
win eoCounter? 2000-08-23 12:03:01 +00:00
.cvsignore *** empty log message *** 1999-09-10 12:11:11 +00:00
acconfig.h learning about autoconf: eoBin and bvector.h 1999-02-08 14:15:11 +00:00
AUTHORS Updated authors and started a README 2000-10-06 07:50:10 +00:00
autogen.sh 1999-01-29 12:23:55 +00:00
ChangeLog 1999-01-29 12:23:55 +00:00
config.guess 1999-01-29 12:23:55 +00:00
config.sub 1999-01-29 12:23:55 +00:00
configure.in adding a lot of includes 2000-12-01 15:46:07 +00:00
COPYING 1999-01-29 12:23:55 +00:00
INSTALL 1999-01-29 12:23:55 +00:00
install-sh 1999-01-29 12:23:55 +00:00
LICENSE Added LICENSE 1999-09-20 11:37:00 +00:00
ltconfig New fresh ltconfig, works on my RedHat distr and also on geneura 2000-08-03 17:11:54 +00:00
ltmain.sh Added a different libtool configure so it runs on more machines 2000-08-03 17:11:02 +00:00
Makefile.am Added the tutorial SUBDIR 2000-11-30 04:44:32 +00:00
missing 1999-01-29 12:23:55 +00:00
mkinstalldirs eoBreeder almost finished 1999-02-12 17:43:28 +00:00
NEWS 1999-01-29 12:23:55 +00:00
README Changed functor base names and added to version 2000-10-09 16:13:20 +00:00
README.html Added missing files, and LICENSE 2000-08-03 15:44:01 +00:00
TODO.html Added missing files, and LICENSE 2000-08-03 15:44:01 +00:00

Welcome to EO,

if you extracted a fresh snapshot from the cvs-repository, remember to do:

$> ./autogen.sh --enable-maintainer-mode

instead of

$> ./configure

before making the libraries.

Documentation can be found in:
   eo/doc/html

And \latex sources for a reference manual in:
   eo/doc/latex

There are currently no examples except the programs in the test directory. 
Only the files mentioned in Makefile.am will actually compile.