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

Welcome to ParadisEO-PSO, the Particle Swarm Objects library.
The latest news about ParadisEO-PSO 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-PSO
==================================================================
The basic installation procedure goes the following:

Go to your build-directory and run 
    > $(SRCDIR)/configure
    > make
    > make doc

where $(SRCDIR) is the top-level source directory of PARADISEO-PSO,
i.e. where the sources were unpacked.

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-PSO.

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. 
   |   
   +-- docs              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.
   |
   |
  
===================================================================
              NOTES
===================================================================

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