Changes between Version 9 and Version 10 of UsersWikiPostGIS20Ubuntu1204
- Timestamp:
- 05/05/12 21:48:47 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
UsersWikiPostGIS20Ubuntu1204
v9 v10 2 2 UNDER CONSTRUCTION AS OF 5/5/12 2000 PT. 3 3 4 This page is targeted at new users and will be written as simply as possible .4 This page is targeted at new users and will be written as simply as possible, with plenty of confirmation information. 5 5 6 6 == Install PostGIS 2.0 == … … 91 91 tar xfvz postgis-2.0.0.tar.gz 92 92 cd postgis-2.0.0 93 ./configure --with-gui <--- not sure if the with-gui is required 93 94 }}} 94 95 96 The end of the configure processing should leave you with something that looks like this: 95 97 {{{ 96 ./configure --with-gui <--- not sure if the with-gui is required 98 }}} 99 100 If this works, you should be ready to ready to finish your installation: 101 {{{ 97 102 make 98 103 sudo make install … … 107 112 sudo ln -sf /usr/share/postgresql-common/pg_wrapper /usr/local/bin/raster2pgsql 108 113 }}} 109 110 114 111 115