COIN-OR::LEMON - Graph Library

Changes in INSTALL [568:b53a9068e3e4:504:07a549a6b9bf] in lemon-main


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • INSTALL

    r568 r504  
    2828
    2929      This command compiles the non-template part of LEMON into libemon.a
    30       file. It also compiles the programs in the tools subdirectory by
    31       default.
     30      file. It also compiles the programs in the tools and demo subdirectories
     31      when enabled.
    3232
    3333   4. `make check'
     
    7575
    7676  Set the installation prefix to PREFIX. By default it is /usr/local.
     77
     78--enable-demo
     79
     80   Build the examples in the demo subdirectory.
     81
     82--disable-demo
     83
     84   Do not build the examples in the demo subdirectory (default).
    7785
    7886--enable-tools
     
    151159
    152160   Disable SoPlex support.
    153 
    154 --with-coin[=PREFIX]
    155 
    156    Enable support for COIN-OR solvers (CLP and CBC). You should
    157    specify the prefix too. (by default, COIN-OR tools install
    158    themselves to the source code directory). This command enables the
    159    solvers that are actually found.
    160 
    161 --with-coin-includedir=DIR
    162 
    163    The directory where the COIN-OR header files are located. This is
    164    only useful when the COIN-OR headers and libraries are not under
    165    the same prefix (which is unlikely).
    166 
    167 --with-coin-libdir=DIR
    168 
    169    The directory where the COIN-OR libraries are located. This is only
    170    useful when the COIN-OR headers and libraries are not under the
    171    same prefix (which is unlikely).
    172 
    173 --without-coin
    174 
    175    Disable COIN-OR support.
Note: See TracChangeset for help on using the changeset viewer.