paradiseo/trunk/paradiseo-moeo
legrand d255367ae9 CMakeLists changes
git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@425 331e1502-861f-0410-8da2-ba01fb791d7f
2007-06-26 15:37:33 +00:00
..
doc let's go with cmake 2007-06-26 15:09:11 +00:00
src removed auto-makefile 2007-06-26 14:57:49 +00:00
tutorial CMakeLists changes 2007-06-26 15:37:33 +00:00
AUTHORS AUTHORS modification 2007-01-15 13:22:55 +00:00
CMakeLists.txt changed docs--> doc and tutorial 2007-06-26 15:10:14 +00:00
NEWS merge ParadisEO-MOEO v-1.0 2007-06-26 13:34:01 +00:00
README update README 2007-06-26 13:43:02 +00:00

                PARADISEO-MOEO README FILE
=======================================================================
         check latest news at http://paradiseo.gforge.inria.fr/
=======================================================================

Welcome to ParadisEO-MOEO, the Multi-Objective Evolving Objects library.
The latest news about ParadisEO-MOEO can be found on the gforge repository at
http://paradiseo.gforge.inria.fr/
In case of any problem, please e-mail us at
paradiseo-help@lists.gforge.inria.fr


==================================================================
                     BUILDING PARADISEO-MOEO
==================================================================
The basic installation procedure goes the following:

Go to your build-directory and run 
    > ./autogen.sh --with-EOdir=$(EO_SRC)
    > make
    > make doc

where $(EO_SRC) is the top-level source directory of PARADISEO-EO.

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 PARADISEO-MOEO.

To clean everything, the simply run 
    > make clean_all

===================================================================
                       DIRECTORY STRUCTURE
===================================================================
After unpacking the archive file, you should end up with the following
structure:

.../                     The main PARADISEO-MOEO directory, created when unpacking.
   |
   +-- src               SOURCE directory Contains most PARADISEO-MOEO .h files. 
   |   
   +-- doc               DOCUMENTATION directory (generated by Doxygen).
   |   |
   |   +- html           HTML files - start at index.html. 
   |   |
   |   +- latex          latex files - use to generate Postcript doc.
   |   |
   |   +- man            Unix man format documentation.
   |
   |
   +-- tutorial          APPLICATIONS - one directory per separate application.
       |
       +-- Lesson1       A bi-objective flow-shop problem example with main algorithms.
       |   |
       |   +- flowshop   Flow-shop source files
       |   |
       |   +- benchmarks Instance files for testing.
       |
       |-- Lesson2       Implement NSGA-II for the SCH1 problem.

===================================================================
              NOTES
===================================================================

Mailing list : paradiseo-help@lists.gforge.inria.fr