git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@568 331e1502-861f-0410-8da2-ba01fb791d7f
This commit is contained in:
parent
4cdb885d33
commit
a741e38096
1 changed files with 21 additions and 8 deletions
|
|
@ -10,22 +10,35 @@ In case of any problem, please e-mail us at
|
||||||
paradiseo-help@lists.gforge.inria.fr
|
paradiseo-help@lists.gforge.inria.fr
|
||||||
|
|
||||||
|
|
||||||
==================================================================
|
=======================================================================
|
||||||
BUILDING PARADISEO-PEO
|
BUILDING PARADISEO-PEO
|
||||||
==================================================================
|
=======================================================================
|
||||||
The basic installation procedure goes the following:
|
The basic installation procedure goes the following.
|
||||||
|
|
||||||
Go to your build-directory and run
|
To compile paradiseo-moeo in the default directory,
|
||||||
> cmake . -DEOdir=$(EO_SRC) -DMOdir=$(MO_SRC)
|
go to paradiseo-peo/build/ and run:
|
||||||
|
> cmake ../ -DEOdir=$(EO_SRC) -DMOdir=$(MO_SRC)
|
||||||
> make
|
> make
|
||||||
|
// for an easy-use of the provided lessons
|
||||||
|
> make install
|
||||||
|
// optional (if the documentation is not already available)
|
||||||
> make doc
|
> make doc
|
||||||
|
|
||||||
where $(EO_SRC) is the top-level source directory of PARADISEO-EO
|
To compile paradiseo-peo anywhere else, simply run:
|
||||||
and $(MO_SRC) is the top-level source directory of PARADISEO-MO.
|
> cmake $(PEO) -DEOdir=$(EO_SRC) -DMOdir=$(MO_SRC)
|
||||||
|
> make
|
||||||
|
// for an easy-use of the provided lessons
|
||||||
|
> make install
|
||||||
|
// optional (if the documentation is not already available)
|
||||||
|
> make doc
|
||||||
|
|
||||||
|
where $(EO_SRC) is the top-level source directory of PARADISEO-EO,
|
||||||
|
and $(MOEO) is the top-level directory of PARADISEO-MOEO.
|
||||||
|
|
||||||
To clean everything, simply run
|
To clean everything, simply run
|
||||||
> make clean
|
> make clean
|
||||||
|
|
||||||
|
|
||||||
===================================================================
|
===================================================================
|
||||||
DIRECTORY STRUCTURE
|
DIRECTORY STRUCTURE
|
||||||
===================================================================
|
===================================================================
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue