COIN-OR::LEMON - Graph Library

Changes between Version 6 and Version 7 of InstallAutotool


Ignore:
Timestamp:
05/16/09 16:15:08 (15 years ago)
Author:
Peter Kovacs
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • InstallAutotool

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