COIN-OR::LEMON - Graph Library

Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • INSTALL

    r318 r245  
    22=========================
    33
    4 Since you are reading this I assume you already obtained one of the release
     4   Since you are reading this I assume you already obtained one of the release
    55tarballs and successfully extracted it. The latest version of LEMON is
    66available at our web page (http://lemon.cs.elte.hu/).
    77
    8 In order to install LEMON from the extracted source tarball you have to
     8   In order to install LEMON from the extracted source tarball you have to
    99issue the following commands:
    1010
     
    2222
    2323      This command compiles the non-template part of LEMON into libemon.a
    24       file. It also compiles the programs in the tools and demo subdirectories
    25       when enabled.
     24      file. It also compiles the programs in the tools, benchmark and demo
     25      subdirectories when enabled.
    2626
    2727   4. `make check'
     
    5050===============================
    5151
    52 In step 2 you can customize the actions of configure by setting variables
     52   In step 2 you can customize the actions of configure by setting variables
    5353and passing options to it. This can be done like this:
    5454`./configure [OPTION]... [VARIABLE=VALUE]...'
    5555
    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):
    5858
    5959CXX='comp'
     
    7777
    7878   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).
    7987
    8088--enable-tools
Note: See TracChangeset for help on using the changeset viewer.