Changes between Version 4 and Version 5 of InstallAutotool
- Timestamp:
- 03/09/09 09:22:43 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
InstallAutotool
v4 v5 9 9 You will need a recent C++ compiler. Our primary target is the GNU C++ 10 10 Compiler (g++), from version 3.3 upwards. We also checked the Intel C++ 11 Compiler (icc) and Microsoft Visual C++ (on Windows).11 Compiler (icc), the IBM XL C++ compiler (xlC) and Microsoft Visual C++ (on Windows). 12 12 13 13 In this description we will suppose a Linux environment and GNU C++ Compiler. … … 15 15 === LP Solver Requirements === 16 16 17 The LEMON LP solver interface can use the GLPK (GNU Linear Programming 18 Kit), CPLEX and SoPlex solvers. 17 The LEMON LP solver interface can use the [http://www.gnu.org/software/glpk/ GLPK] 18 (GNU Linear Programming Kit), [http://www.ilog.com/ CPLEX], 19 [http://soplex.zib.de/ SoPlex] and [http://www.coin-or.org/Clp/ CLP] solvers. 19 20 If you want to use it, you will need at least one of these. 20 21 See the [source:INSTALL INSTALL] file how to enable these at compile time. … … 37 38 }}} 38 39 39 Note, that the tarball is named {{{lemon-x.y.z.tar.gz}}} where {{{x}}}, {{{y}}} and {{{z}}} (which is missing if it is 0) are numbers indicating the40 version of the library, in our example we will have41 {{{lemon-1.0.2.tar.gz}}}.40 Note, that the tarball is named {{{lemon-x.y.z.tar.gz}}} where 41 {{{x}}}, {{{y}}} and {{{z}}} (which is missing if it is 0) are numbers indicating the 42 version of the library, in our example we will have {{{lemon-1.0.2.tar.gz}}}. 42 43 43 44 Then issue the following commands: