COIN-OR::LEMON - Graph Library

Changes between Version 4 and Version 5 of InstallAutotool


Ignore:
Timestamp:
03/09/09 10:22:43 (15 years ago)
Author:
Peter Kovacs
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • InstallAutotool

    v4 v5  
    99You will need a recent C++ compiler. Our primary target is the GNU C++
    1010Compiler (g++), from version 3.3 upwards. We also checked the Intel C++
    11 Compiler (icc) and Microsoft Visual C++ (on Windows).
     11Compiler (icc), the IBM XL C++ compiler (xlC) and Microsoft Visual C++ (on Windows).
    1212
    1313In this description we will suppose a Linux environment and GNU C++ Compiler.
     
    1515=== LP Solver Requirements ===
    1616
    17 The LEMON LP solver interface can use the GLPK (GNU Linear Programming
    18 Kit), CPLEX and SoPlex solvers.
     17The 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.
    1920If you want to use it, you will need at least one of these.
    2021See the [source:INSTALL INSTALL] file how to enable these at compile time.
     
    3738}}}
    3839
    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 the
    40 version of the library, in our example we will have
    41 {{{lemon-1.0.2.tar.gz}}}.
     40Note, 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
     42version of the library, in our example we will have {{{lemon-1.0.2.tar.gz}}}.
    4243
    4344Then issue the following commands: