COIN-OR::LEMON - Graph Library

Changes between Version 5 and Version 6 of InstallAutotool


Ignore:
Timestamp:
05/05/09 09:12:06 (15 years ago)
Author:
Alpar Juttner
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • InstallAutotool

    v5 v6  
    3535
    3636{{{
    37 wget http://lemon.cs.elte.hu/pub/sources/lemon-1.0.2.tar.gz
     37wget http://lemon.cs.elte.hu/pub/sources/lemon-1.0.4.tar.gz
    3838}}}
    3939
    4040Note, that the tarball is named {{{lemon-x.y.z.tar.gz}}} where
    4141{{{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}}}.
     42version of the library, in our example we will have {{{lemon-1.0.4.tar.gz}}}.
    4343
    4444Then issue the following commands:
    4545
    4646{{{
    47 tar xvzf lemon-1.0.2.tar.gz
    48 cd lemon-1.0.2
     47tar xvzf lemon-1.0.4.tar.gz
     48cd lemon-1.0.4
    4949./configure
    5050make
     
    6565
    6666{{{
    67 tar xvzf lemon-1.0.2.tar.gz
     67tar xvzf lemon-1.0.4.tar.gz
    6868}}}
    6969This command untars the {{{tar.gz}}} file into a directory named
     
    7171
    7272{{{
    73 cd lemon-1.0.2
     73cd lemon-1.0.4
    7474}}}
    7575This command enters the directory.