Changes in INSTALL [568:b53a9068e3e4:564:eda12d8ac953] in lemon-main
Legend:
- Unmodified
- Added
- Removed
-
INSTALL
r568 r564 151 151 152 152 Disable SoPlex support. 153 154 --with-coin[=PREFIX]155 156 Enable support for COIN-OR solvers (CLP and CBC). You should157 specify the prefix too. (by default, COIN-OR tools install158 themselves to the source code directory). This command enables the159 solvers that are actually found.160 161 --with-coin-includedir=DIR162 163 The directory where the COIN-OR header files are located. This is164 only useful when the COIN-OR headers and libraries are not under165 the same prefix (which is unlikely).166 167 --with-coin-libdir=DIR168 169 The directory where the COIN-OR libraries are located. This is only170 useful when the COIN-OR headers and libraries are not under the171 same prefix (which is unlikely).172 173 --without-coin174 175 Disable COIN-OR support.
Note: See TracChangeset
for help on using the changeset viewer.