From c1632142ddf34c1c7b67185f0822ec15e17ce7e6 Mon Sep 17 00:00:00 2001 From: liefooga Date: Mon, 2 Jul 2007 12:47:01 +0000 Subject: [PATCH] update README for cmake git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@487 331e1502-861f-0410-8da2-ba01fb791d7f --- trunk/paradiseo-moeo/README | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/trunk/paradiseo-moeo/README b/trunk/paradiseo-moeo/README index 8201dfb1f..22eabdf86 100644 --- a/trunk/paradiseo-moeo/README +++ b/trunk/paradiseo-moeo/README @@ -16,18 +16,14 @@ paradiseo-help@lists.gforge.inria.fr The basic installation procedure goes the following: Go to your build-directory and run - > ./autogen.sh --with-EOdir=$(EO_SRC) + > cmake -DEOdir=$(EO_SRC) > make > make doc where $(EO_SRC) is the top-level source directory of PARADISEO-EO. -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-MOEO. - -To clean everything, the simply run - > make clean_all +To clean everything, simply run + > make clean =================================================================== DIRECTORY STRUCTURE @@ -54,7 +50,7 @@ structure: | | | +- flowshop Flow-shop source files | | - | +- benchmarks Instance files for testing. + | +- benchs Instance files for testing. | |-- Lesson2 Implement NSGA-II for the SCH1 problem.