Changes between Version 16 and Version 17 of UsersWikiPostGIS20Ubuntu1204
- Timestamp:
- 05/06/12 00:39:14 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
UsersWikiPostGIS20Ubuntu1204
v16 v17 67 67 tar xvfj geos-3.3.3.tar.bz2 68 68 cd geos-3.3.3 69 ./configure 69 ./configure --enable-ruby --prefix=/usr 70 }}} 71 The end of this configure process should look something like this: 72 {{{ 73 Swig: true 74 Python bindings: false 75 Ruby bindings: true 76 PHP bindings: false 77 }}} 78 79 If it's so, then move on to finishing the installation: 80 {{{ 70 81 make 71 82 sudo make install