COIN-OR::LEMON - Graph Library

Changes between Version 7 and Version 8 of InstallAutotool


Ignore:
Timestamp:
06/02/10 14:08:21 (14 years ago)
Author:
Peter Kovacs
Comment:

update to 1.2

Legend:

Unmodified
Added
Removed
Modified
  • InstallAutotool

    v7 v8  
    3535
    3636{{{
    37 wget http://lemon.cs.elte.hu/pub/sources/lemon-1.1.tar.gz
     37wget http://lemon.cs.elte.hu/pub/sources/lemon-1.2.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.1.tar.gz}}}.
     42version of the library, in our example we will have {{{lemon-1.2.tar.gz}}}.
    4343
    4444Then issue the following commands:
    4545
    4646{{{
    47 tar xvzf lemon-1.1.tar.gz
    48 cd lemon-1.1
     47tar xvzf lemon-1.2.tar.gz
     48cd lemon-1.2
    4949./configure
    5050make
     
    6565
    6666{{{
    67 tar xvzf lemon-1.1.tar.gz
     67tar xvzf lemon-1.2.tar.gz
    6868}}}
    6969This command untars the {{{tar.gz}}} file into a directory named
    70 {{{lemon-1.1}}}.
     70{{{lemon-1.2}}}.
    7171
    7272{{{
    73 cd lemon-1.1
     73cd lemon-1.2
    7474}}}
    7575This command enters the directory.