From fb6b1fc5a97bc4025a5bf9be422943498f135eca Mon Sep 17 00:00:00 2001 From: legrand Date: Mon, 8 Oct 2007 08:26:57 +0000 Subject: [PATCH] cleaned a little bit git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@654 331e1502-861f-0410-8da2-ba01fb791d7f --- trunk/paradiseo-moeo/NEWS | 1 - trunk/paradiseo-moeo/README | 7 +++---- 2 files changed, 3 insertions(+), 5 deletions(-) delete mode 100644 trunk/paradiseo-moeo/NEWS diff --git a/trunk/paradiseo-moeo/NEWS b/trunk/paradiseo-moeo/NEWS deleted file mode 100644 index 52e218e1c..000000000 --- a/trunk/paradiseo-moeo/NEWS +++ /dev/null @@ -1 +0,0 @@ -* release 1.0 diff --git a/trunk/paradiseo-moeo/README b/trunk/paradiseo-moeo/README index a4ec3b608..14828bc53 100644 --- a/trunk/paradiseo-moeo/README +++ b/trunk/paradiseo-moeo/README @@ -17,7 +17,7 @@ The basic installation procedure goes the following. To compile paradiseo-moeo in the default directory, go to paradiseo-moeo/build/ and run: - > cmake ../ -DEOdir=$(EO_SRC) + > cmake ../ -Dconfig= > make // for an easy-use of the provided lessons > make install @@ -25,15 +25,14 @@ go to paradiseo-moeo/build/ and run: > make doc To compile paradiseo-moeo anywhere else, simply run: - > cmake $(MOEO) -DEOdir=$(EO_SRC) + > cmake $(MOEO) -Dconfig= > 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. +where $(MOEO) is the top-level directory of PARADISEO-MOEO. To clean everything, simply run > make clean