Oubli dans README

git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@1912 331e1502-861f-0410-8da2-ba01fb791d7f
This commit is contained in:
marieeleonore 2010-08-25 13:42:09 +00:00
commit 9ee4dc962b
279 changed files with 28949 additions and 2 deletions

View file

@ -12,7 +12,7 @@ The basic installation procedure goes the following:
To compile paradiseo-mo in the default directory,
go to paradiseo-mo/build/ and run:
> cmake ../ -Dconfig=<path to the install.cmake file>
> cmake ../ -Dconfig=<absolute path to the install.cmake file>
> make
// for an easy-use of the provided lessons
> make install
@ -20,7 +20,7 @@ go to paradiseo-mo/build/ and run:
> make doc
To compile paradiseo-mo anywhere else, simply run:
> cmake $(MO) -Dconfig=<path to the install.cmake file>
> cmake $(MO) -Dconfig=<absolute path to the install.cmake file>
> make
// for an easy-use of the provided lessons
> make install