new design for the doc and the sources: licence ...

git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@661 331e1502-861f-0410-8da2-ba01fb791d7f
This commit is contained in:
legrand 2007-10-08 09:26:25 +00:00
commit 39cd826ea3
281 changed files with 9521 additions and 4839 deletions

View file

@ -17,7 +17,7 @@ The basic installation procedure goes the following.
To compile paradiseo-peo in the default directory,
go to paradiseo-peo/build/ and run:
> cmake ../ -DEOdir=$(EO_SRC) -DMOdir=$(MO_SRC)
> cmake ../ -Dconfig=<path to the install.cmake file>
> make
// for an easy-use of the provided lessons
> make install
@ -25,16 +25,13 @@ go to paradiseo-peo/build/ and run:
> make doc
To compile paradiseo-peo anywhere else, simply run:
> cmake $(PEO) -DEOdir=$(EO_SRC) -DMOdir=$(MO_SRC)
> cmake $(PEO) -Dconfig=<path to the install.cmake file>
> 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 $(MO) is the top-level directory of PARADISEO-MO.
To clean everything, simply run
> make clean