Changes between Version 6 and Version 7 of InstallAutotool
- Timestamp:
- 05/16/09 14:15:08 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
InstallAutotool
v6 v7 35 35 36 36 {{{ 37 wget http://lemon.cs.elte.hu/pub/sources/lemon-1. 0.4.tar.gz37 wget http://lemon.cs.elte.hu/pub/sources/lemon-1.1.tar.gz 38 38 }}} 39 39 40 40 Note, that the tarball is named {{{lemon-x.y.z.tar.gz}}} where 41 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.4.tar.gz}}}.42 version of the library, in our example we will have {{{lemon-1.1.tar.gz}}}. 43 43 44 44 Then issue the following commands: 45 45 46 46 {{{ 47 tar xvzf lemon-1. 0.4.tar.gz48 cd lemon-1. 0.447 tar xvzf lemon-1.1.tar.gz 48 cd lemon-1.1 49 49 ./configure 50 50 make … … 65 65 66 66 {{{ 67 tar xvzf lemon-1. 0.4.tar.gz67 tar xvzf lemon-1.1.tar.gz 68 68 }}} 69 69 This command untars the {{{tar.gz}}} file into a directory named 70 {{{lemon-1. 0.2}}}.70 {{{lemon-1.1}}}. 71 71 72 72 {{{ 73 cd lemon-1. 0.473 cd lemon-1.1 74 74 }}} 75 75 This command enters the directory.