update for new build-process

This commit is contained in:
kuepper 2004-09-22 13:20:15 +00:00
commit 6fff184ba3

View file

@ -13,39 +13,33 @@ In case of any problem, please e-mail us at
eodev@egroups.com, eodev-main@lists.sourceforge.net eodev@egroups.com, eodev-main@lists.sourceforge.net
================================================================== ==================================================================
BUILDING EO BUILDING EO
================================================================== ==================================================================
The basic installatio procedure goes the following: The basic installation procedure goes the following:
- go to the EO directory - that was created when you unzipped the Go to your build-directory and run
archive file. $(SRCDIR)/configure
- run
./autogen.sh
- run
make make
make check
make install
where $(SRCDIR) is the top-level source directory of EO, i.e. where
the sources where unpacked.
and that's it. You should probably go to the tutorial and start See $(SRCDIR)/configure for possible options. You can specify to not
learning about EO features and programming. build example applications, the tutorial, or to build the ParadisEO
tutorial. You may also change the installation directory that way.
WARNING: Compiling all test programs can take some time. Now you should probably go to the tutorial and start learning about EO
But you don't have to: features and programming.
- you can simply type
make lib
and then go in your application (or in the tutorial) dir and run make
cd tutorial
make
In case of problems, you can read the INSTALL file - but remember this 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 is a standard installation file from GNU and that it contains nothing
specific about EO. specific about EO.
=================================================================== ===================================================================
DIRECTORY STRUCTURE DIRECTORY STRUCTURE
=================================================================== ===================================================================
@ -101,14 +95,8 @@ structure:
=================================================================== ===================================================================
NOTES NOTES
=================================================================== =================================================================== if
if you extracted a fresh snapshot from the cvs-repository, remember to do: you extracted a fresh snapshot from the cvs-repository, remember to
run
$> ./autogen.sh --enable-maintainer-mode ./autogen.sh
in the source-directory before building the libraries.
instead of
$> ./autogen.sh
before making the libraries.