1.1 --- a/INSTALL Thu Oct 09 16:20:37 2008 +0100
1.2 +++ b/INSTALL Thu Oct 09 22:41:29 2008 +0200
1.3 @@ -1,11 +1,11 @@
1.4 Installation Instructions
1.5 =========================
1.6
1.7 - Since you are reading this I assume you already obtained one of the release
1.8 +Since you are reading this I assume you already obtained one of the release
1.9 tarballs and successfully extracted it. The latest version of LEMON is
1.10 available at our web page (http://lemon.cs.elte.hu/).
1.11
1.12 - In order to install LEMON from the extracted source tarball you have to
1.13 +In order to install LEMON from the extracted source tarball you have to
1.14 issue the following commands:
1.15
1.16 1. `cd lemon-x.y.z'
1.17 @@ -21,8 +21,8 @@
1.18 3. `make'
1.19
1.20 This command compiles the non-template part of LEMON into libemon.a
1.21 - file. It also compiles the programs in the tools, benchmark and demo
1.22 - subdirectories when enabled.
1.23 + file. It also compiles the programs in the tools and demo subdirectories
1.24 + when enabled.
1.25
1.26 4. `make check'
1.27
1.28 @@ -49,12 +49,12 @@
1.29 Configure Options and Variables
1.30 ===============================
1.31
1.32 - In step 2 you can customize the actions of configure by setting variables
1.33 +In step 2 you can customize the actions of configure by setting variables
1.34 and passing options to it. This can be done like this:
1.35 `./configure [OPTION]... [VARIABLE=VALUE]...'
1.36
1.37 - Below you will find some useful variables and options (see
1.38 -`./configure --help' for more):
1.39 +Below you will find some useful variables and options (see `./configure --help'
1.40 +for more):
1.41
1.42 CXX='comp'
1.43
1.44 @@ -77,14 +77,6 @@
1.45
1.46 Do not build the examples in the demo subdirectory (default).
1.47
1.48 ---enable-benchmark
1.49 -
1.50 - Build the programs in the benchmark subdirectory.
1.51 -
1.52 ---disable-benchmark
1.53 -
1.54 - Do not build the programs in the benchmark subdirectory (default).
1.55 -
1.56 --enable-tools
1.57
1.58 Build the programs in the tools subdirectory (default).