Changes between Version 9 and Version 10 of UsersWikiPostGIS20Ubuntu1204


Ignore:
Timestamp:
May 5, 2012, 9:48:47 PM (12 years ago)
Author:
jeffmeyer
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • UsersWikiPostGIS20Ubuntu1204

    v9 v10  
    22UNDER CONSTRUCTION AS OF 5/5/12 2000 PT.
    33
    4 This page is targeted at new users and will be written as simply as possible.
     4This page is targeted at new users and will be written as simply as possible, with plenty of confirmation information.
    55
    66== Install PostGIS 2.0 ==
     
    9191tar xfvz postgis-2.0.0.tar.gz
    9292cd postgis-2.0.0
     93./configure --with-gui     <--- not sure if the with-gui is required
    9394}}}
    9495
     96The end of the configure processing should leave you with something that looks like this:
    9597{{{
    96 ./configure --with-gui     <--- not sure if the with-gui is required
     98}}}
     99
     100If this works, you should be ready to ready to finish your installation:
     101{{{
    97102make
    98103sudo make install
     
    107112sudo ln -sf /usr/share/postgresql-common/pg_wrapper /usr/local/bin/raster2pgsql
    108113}}}
    109 
    110114
    111115