INSTALL
changeset 615 b53a9068e3e4
parent 611 eda12d8ac953
child 890 974c48bda29e
     1.1 --- a/INSTALL	Wed Apr 01 22:58:58 2009 +0200
     1.2 +++ b/INSTALL	Fri Apr 03 16:58:22 2009 +0100
     1.3 @@ -150,3 +150,26 @@
     1.4  --without-soplex
     1.5  
     1.6     Disable SoPlex support.
     1.7 +
     1.8 +--with-coin[=PREFIX]
     1.9 +
    1.10 +   Enable support for COIN-OR solvers (CLP and CBC). You should
    1.11 +   specify the prefix too. (by default, COIN-OR tools install
    1.12 +   themselves to the source code directory). This command enables the
    1.13 +   solvers that are actually found.
    1.14 +
    1.15 +--with-coin-includedir=DIR
    1.16 +
    1.17 +   The directory where the COIN-OR header files are located. This is
    1.18 +   only useful when the COIN-OR headers and libraries are not under
    1.19 +   the same prefix (which is unlikely).
    1.20 +
    1.21 +--with-coin-libdir=DIR
    1.22 +
    1.23 +   The directory where the COIN-OR libraries are located. This is only
    1.24 +   useful when the COIN-OR headers and libraries are not under the
    1.25 +   same prefix (which is unlikely).
    1.26 +
    1.27 +--without-coin
    1.28 +
    1.29 +   Disable COIN-OR support.