INSTALL
changeset 784 1a7fe3bef514
parent 564 eda12d8ac953
child 824 974c48bda29e
     1.1 --- a/INSTALL	Fri Oct 16 10:21:37 2009 +0200
     1.2 +++ b/INSTALL	Thu Nov 05 15:50:01 2009 +0100
     1.3 @@ -27,8 +27,8 @@
     1.4     3. `make'
     1.5  
     1.6        This command compiles the non-template part of LEMON into libemon.a
     1.7 -      file. It also compiles the programs in the tools and demo subdirectories
     1.8 -      when enabled.
     1.9 +      file. It also compiles the programs in the tools subdirectory by
    1.10 +      default.
    1.11  
    1.12     4. `make check'
    1.13  
    1.14 @@ -75,14 +75,6 @@
    1.15  
    1.16    Set the installation prefix to PREFIX. By default it is /usr/local.
    1.17  
    1.18 ---enable-demo
    1.19 -
    1.20 -   Build the examples in the demo subdirectory.
    1.21 -
    1.22 ---disable-demo
    1.23 -
    1.24 -   Do not build the examples in the demo subdirectory (default).
    1.25 -
    1.26  --enable-tools
    1.27  
    1.28     Build the programs in the tools subdirectory (default).
    1.29 @@ -158,3 +150,26 @@
    1.30  --without-soplex
    1.31  
    1.32     Disable SoPlex support.
    1.33 +
    1.34 +--with-coin[=PREFIX]
    1.35 +
    1.36 +   Enable support for COIN-OR solvers (CLP and CBC). You should
    1.37 +   specify the prefix too. (by default, COIN-OR tools install
    1.38 +   themselves to the source code directory). This command enables the
    1.39 +   solvers that are actually found.
    1.40 +
    1.41 +--with-coin-includedir=DIR
    1.42 +
    1.43 +   The directory where the COIN-OR header files are located. This is
    1.44 +   only useful when the COIN-OR headers and libraries are not under
    1.45 +   the same prefix (which is unlikely).
    1.46 +
    1.47 +--with-coin-libdir=DIR
    1.48 +
    1.49 +   The directory where the COIN-OR libraries are located. This is only
    1.50 +   useful when the COIN-OR headers and libraries are not under the
    1.51 +   same prefix (which is unlikely).
    1.52 +
    1.53 +--without-coin
    1.54 +
    1.55 +   Disable COIN-OR support.