NEWS and README update

git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@261 331e1502-861f-0410-8da2-ba01fb791d7f
This commit is contained in:
liefooga 2007-04-17 15:37:47 +00:00
commit e41bfec7f1
2 changed files with 12 additions and 8 deletions

View file

@ -1,4 +1,4 @@
* release 0.1
* release 1.0.alpha
# Local Variables:
# coding: iso-8859-1

View file

@ -16,15 +16,19 @@ paradiseo-help@lists.gforge.inria.fr
The basic installation procedure goes the following:
Go to your build-directory and run
$(SRCDIR)/configure
make
make doc
> $(SRCDIR)/configure
> make
> make doc
where $(SRCDIR) is the top-level source directory of PARADISEO-MOEO,
i.e. where the sources where unpacked.
i.e. where the sources were unpacked.
To clean everything, the simply run
make clean_all
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, simply run
> make clean_all
===================================================================
DIRECTORY STRUCTURE
@ -32,7 +36,7 @@ To clean everything, the simply run
After unpacking the archive file, you should end up with the following
structure:
.../ The MAIN PARADISEO-MOEO directory, created when unpacking.
.../ The main PARADISEO-MOEO directory, created when unpacking.
|
+-- src SOURCE directory Contains most PARADISEO-MOEO .h files.
|