--- ChangeLog | 4 ++++ README | 17 ++++++++++------- 2 files changed, 14 insertions(+), 7 deletions(-) diff --git a/ChangeLog b/ChangeLog index 6a03c2a..79cb28f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,9 @@ 2009-08-19 Guillaume Lazzara <lazzara@lrde.epita.fr> + * README: Be consistent with the documentation. + +2009-08-19 Guillaume Lazzara <lazzara@lrde.epita.fr> + Install scribo headers in a specific scribo include dir. * bootstrap: Add new arguments to generate_dist_headers.sh diff --git a/README b/README index 52fd5b0..41c65cc 100644 --- a/README +++ b/README @@ -71,16 +71,19 @@ code or e-mail us. Installation ============ -To install Olena on your system, type in the classical sequence at -the command prompt:: +To install Olena on your system, create a `build' directory (even +though it is not mandatory) and type in the classical sequence at the +command prompt:: - ./configure + mkdir build + cd build + ../configure make make install (as root) -Note that an installation is specific to the compiler used to install -it. Indeed, the call to ``./configure`` enables some workarounds and, -consequently, users must compile with the same compiler to avoid +Note that an installation is specific to the compiler used to install +it. Indeed, the call to ``../configure`` enables some workarounds +and, consequently, users must compile with the same compiler to avoid compatibility problems. Between ``make`` and ``make install``, you may also want to run:: @@ -195,7 +198,7 @@ milena swilena - + python Some Python bindings for Milena. -- 1.5.6.5