wiki:BuildingOnUnixWithAutotools

Version 1 (modified by mloskot, 14 years ago) ( diff )

Created page and copied instructions from front page

Unix

The following instructions are dedicated to users of Unix-like systems (Linux, Mac OS X, Solaris, etc.)

Download the latest source code release and issue following commands:

./configure
make
make install

Note, if you are building GEOS downloaded from SVN, you need to have autotools available in your system, so you can first generate ./configure script using the following command:

./autogen.sh

Then, you will be able to execute./configure and later make and make install commands

For more details about configuration options run:

./configure --help
Note: See TracWiki for help on using the wiki.