Changeset 318:1e2d6ca80793 in lemon-main for INSTALL
Legend:
- Unmodified
- Added
- Removed
-
INSTALL
r245 r318 2 2 ========================= 3 3 4 4 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 8 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 , benchmark and demo25 subdirectorieswhen enabled.24 file. It also compiles the programs in the tools and demo subdirectories 25 when enabled. 26 26 27 27 4. `make check' … … 50 50 =============================== 51 51 52 52 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 57 `./configure --help'for more):56 Below you will find some useful variables and options (see `./configure --help' 57 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-benchmark81 82 Build the programs in the benchmark subdirectory.83 84 --disable-benchmark85 86 Do not build the programs in the benchmark subdirectory (default).87 79 88 80 --enable-tools
Note: See TracChangeset
for help on using the changeset viewer.