Changes between Version 5 and Version 6 of InstallAutotool
- Timestamp:
- 05/05/09 07:12:06 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
InstallAutotool
v5 v6 35 35 36 36 {{{ 37 wget http://lemon.cs.elte.hu/pub/sources/lemon-1.0. 2.tar.gz37 wget http://lemon.cs.elte.hu/pub/sources/lemon-1.0.4.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. 2.tar.gz}}}.42 version of the library, in our example we will have {{{lemon-1.0.4.tar.gz}}}. 43 43 44 44 Then issue the following commands: 45 45 46 46 {{{ 47 tar xvzf lemon-1.0. 2.tar.gz48 cd lemon-1.0. 247 tar xvzf lemon-1.0.4.tar.gz 48 cd lemon-1.0.4 49 49 ./configure 50 50 make … … 65 65 66 66 {{{ 67 tar xvzf lemon-1.0. 2.tar.gz67 tar xvzf lemon-1.0.4.tar.gz 68 68 }}} 69 69 This command untars the {{{tar.gz}}} file into a directory named … … 71 71 72 72 {{{ 73 cd lemon-1.0. 273 cd lemon-1.0.4 74 74 }}} 75 75 This command enters the directory.