update README for cmake
git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@487 331e1502-861f-0410-8da2-ba01fb791d7f
This commit is contained in:
parent
1c334629f1
commit
c1632142dd
1 changed files with 4 additions and 8 deletions
|
|
@ -16,18 +16,14 @@ paradiseo-help@lists.gforge.inria.fr
|
||||||
The basic installation procedure goes the following:
|
The basic installation procedure goes the following:
|
||||||
|
|
||||||
Go to your build-directory and run
|
Go to your build-directory and run
|
||||||
> ./autogen.sh --with-EOdir=$(EO_SRC)
|
> cmake -DEOdir=$(EO_SRC)
|
||||||
> make
|
> make
|
||||||
> make doc
|
> make doc
|
||||||
|
|
||||||
where $(EO_SRC) is the top-level source directory of PARADISEO-EO.
|
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
|
To clean everything, simply run
|
||||||
is a standard installation file from GNU and that it contains nothing
|
> make clean
|
||||||
specific about PARADISEO-MOEO.
|
|
||||||
|
|
||||||
To clean everything, the simply run
|
|
||||||
> make clean_all
|
|
||||||
|
|
||||||
===================================================================
|
===================================================================
|
||||||
DIRECTORY STRUCTURE
|
DIRECTORY STRUCTURE
|
||||||
|
|
@ -54,7 +50,7 @@ structure:
|
||||||
| |
|
| |
|
||||||
| +- flowshop Flow-shop source files
|
| +- flowshop Flow-shop source files
|
||||||
| |
|
| |
|
||||||
| +- benchmarks Instance files for testing.
|
| +- benchs Instance files for testing.
|
||||||
|
|
|
|
||||||
|-- Lesson2 Implement NSGA-II for the SCH1 problem.
|
|-- Lesson2 Implement NSGA-II for the SCH1 problem.
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue