Changes between Version 1 and Version 2 of BuildingOnUnixWithAutotools


Ignore:
Timestamp:
Jan 27, 2010, 2:54:51 PM (14 years ago)
Author:
mloskot
Comment:

Fixed title

Legend:

Unmodified
Added
Removed
Modified
  • BuildingOnUnixWithAutotools

    v1 v2  
    1 === Unix ===
     1= Building on Unix with Autotools =
    22
    3 The following instructions are dedicated to users of Unix-like systems (Linux, Mac OS X, Solaris, etc.)
     3The following instructions are dedicated to users of Unix-like systems (Linux, Mac OS X, Solaris, *BSD, etc.)
    44
    55Download the latest source code release and issue following commands:
     
    1111}}}
    1212
    13 Note, if you are building GEOS downloaded from SVN, you need to have [http://en.wikipedia.org/wiki/GNU_build_system autotools] available in your system, so you can first generate ''./configure'' script using the following command:
     13Note, if you are building GEOS downloaded from SVN, you need to have [http://en.wikipedia.org/wiki/GNU_build_system Autotools] available in your system, so you can first generate ''./configure'' script using the following command:
    1414{{{
    1515./autogen.sh
    1616}}}
    17 Then, you will be able to execute''./configure'' and later ''make'' and ''make install'' commands
     17
     18Then, you will be able to execute ''./configure'' and next the three commands listed above: ''make'' and ''make install''.
    1819
    1920For more details about configuration options run: