Changes in INSTALL [318:1e2d6ca80793:245:da1d220b176b] in lemon-1.2
Legend:
- Unmodified
- Added
- Removed
-
INSTALL
r318 r245 2 2 ========================= 3 3 4 Since you are reading this I assume you already obtained one of the release4 Since you are reading this I assume you already obtained one of the release 5 5 tarballs and successfully extracted it. The latest version of LEMON is 6 6 available at our web page (http://lemon.cs.elte.hu/). 7 7 8 In order to install LEMON from the extracted source tarball you have to8 In order to install LEMON from the extracted source tarball you have to 9 9 issue the following commands: 10 10 … … 22 22 23 23 This command compiles the non-template part of LEMON into libemon.a 24 file. It also compiles the programs in the tools and demo subdirectories25 when enabled.24 file. It also compiles the programs in the tools, benchmark and demo 25 subdirectories when enabled. 26 26 27 27 4. `make check' … … 50 50 =============================== 51 51 52 In step 2 you can customize the actions of configure by setting variables52 In step 2 you can customize the actions of configure by setting variables 53 53 and passing options to it. This can be done like this: 54 54 `./configure [OPTION]... [VARIABLE=VALUE]...' 55 55 56 Below you will find some useful variables and options (see `./configure --help' 57 for more):56 Below you will find some useful variables and options (see 57 `./configure --help' for more): 58 58 59 59 CXX='comp' … … 77 77 78 78 Do not build the examples in the demo subdirectory (default). 79 80 --enable-benchmark 81 82 Build the programs in the benchmark subdirectory. 83 84 --disable-benchmark 85 86 Do not build the programs in the benchmark subdirectory (default). 79 87 80 88 --enable-tools
Note: See TracChangeset
for help on using the changeset viewer.