Changes between Version 7 and Version 8 of InstallAutotool
- Timestamp:
- 06/02/10 12:08:21 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
InstallAutotool
v7 v8 35 35 36 36 {{{ 37 wget http://lemon.cs.elte.hu/pub/sources/lemon-1. 1.tar.gz37 wget http://lemon.cs.elte.hu/pub/sources/lemon-1.2.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. 1.tar.gz}}}.42 version of the library, in our example we will have {{{lemon-1.2.tar.gz}}}. 43 43 44 44 Then issue the following commands: 45 45 46 46 {{{ 47 tar xvzf lemon-1. 1.tar.gz48 cd lemon-1. 147 tar xvzf lemon-1.2.tar.gz 48 cd lemon-1.2 49 49 ./configure 50 50 make … … 65 65 66 66 {{{ 67 tar xvzf lemon-1. 1.tar.gz67 tar xvzf lemon-1.2.tar.gz 68 68 }}} 69 69 This command untars the {{{tar.gz}}} file into a directory named 70 {{{lemon-1. 1}}}.70 {{{lemon-1.2}}}. 71 71 72 72 {{{ 73 cd lemon-1. 173 cd lemon-1.2 74 74 }}} 75 75 This command enters the directory.