Changes between Version 16 and Version 17 of UsersWikiPostGIS20Ubuntu1204


Ignore:
Timestamp:
May 6, 2012, 12:39:14 AM (12 years ago)
Author:
jeffmeyer
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • UsersWikiPostGIS20Ubuntu1204

    v16 v17  
    6767tar xvfj geos-3.3.3.tar.bz2
    6868cd geos-3.3.3
    69 ./configure
     69./configure --enable-ruby --prefix=/usr
     70}}}
     71The end of this configure process should look something like this:
     72{{{
     73Swig: true
     74Python bindings: false
     75Ruby bindings: true
     76PHP bindings: false
     77}}}
     78
     79If it's so, then move on to finishing the installation:
     80{{{
    7081make
    7182sudo make install