Changes between Version 2 and Version 3 of InstallAutotool
- Timestamp:
- 02/02/09 10:54:23 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
InstallAutotool
v2 v3 16 16 17 17 The LEMON LP solver interface can use the GLPK (GNU Linear Programming 18 Kit), CPLEX and {{{SoPlex}}}solvers.18 Kit), CPLEX and SoPlex solvers. 19 19 If you want to use it, you will need at least one of these. 20 20 See the [source:INSTALL INSTALL] file how to enable these at compile time. … … 90 90 make check 91 91 }}} 92 This step is optional, but recommended. It performs a bunch of library93 self-tests.92 This step is optional, but recommended. It runs the self test programs that 93 we developed for LEMON to check whether the library works properly on your platform. 94 94 95 95 {{{ … … 117 117 - [http://pkgconfig.freedesktop.org/ pkgconfig] 118 118 - for initializing the build framework 119 - [http:// doxygen.org Doxygen]119 - [http://www.doxygen.org Doxygen], [http://www.graphviz.org Graphviz] and [http://pages.cs.wisc.edu/~ghost/ Ghostscript] 120 120 - for generating the documentations (optional, but recommended) 121 121