Legend:
- Unmodified
- Added
- Removed
-
trunk/Clp/README
r1088 r2430 1 NOTE: The information in this file might not yet include the changes introduced with the switch to the autotools. 1 This is the Clp project. For information on the purpose of 2 this project please visit https://github.com/coin-or/Clp 2 3 3 To build Clp see INSTALL file 4 5 To use Clp you need the Clp and Coin libraries 6 7 To make standalone executable do 'make Clp' in the Clp directory. 8 This creates an executable clp in Clp/src. 9 10 To run unitTest do 'make unitTest' in the Clp directory. This will 11 do some minimal testing. 12 13 To run clp on all netlib problems do 'make unitTest NETLIBDIR=<dirname>' 14 dirname should be the path to the directory containing all the 15 netlib files. If you have compiled Clp without zlib support then the 16 files must be uncompressed. 4 The information below should be migrated into ../README.md or the User's Guide. 17 5 18 6 Running clp gives you some hints. It can do a unit test (clp -unitTest) and solve netlib -
trunk/INSTALL
r1148 r2430 1 The instructions here are somewhat outdated. See also README.md. 2 1 3 These instructions are for UNIX-like systems (including Linux, Cygwin 2 4 and MSys) only. If Microsoft Developer Studio projects are -
trunk/README
r818 r2430 1 2 To install this package, please look at the INSTALL file. 1 To install this package, please look at the INSTALL and README.md files. 3 2 4 3 This package contains several subdirectories corresponding to COIN-OR
Note: See TracChangeset
for help on using the changeset viewer.