[postgis-users] Update from Alpha7 to beta 1
Sandro Santilli
strk at keybit.net
Wed Mar 7 00:20:27 PST 2012
On Tue, Mar 06, 2012 at 04:19:09PM -0600, Antoine Guidi wrote:
> given this being the normal process to install:
>
> ./configure
> make
> make comments
>
> for extensions :
> cd extensions
> cd postgis
> make clean
> make
> make isntall
> cd ..
> cd postgis_topology
> make clean
> make
> make install
>
> for postgis:
> make check
> make install
> make comments-install
It's easier than that, just:
./configure
make
make check
make install
Should get you all extensions and comments built, tested and installed.
> where do I stop before I run
> ALTER EXTENSION postgis UPDATE TO "2.0.0beta2SVN";
> ALTER EXTENSION postgis_topology UPDATE TO "2.0.0beta2SVN";
> in psql?
You need to run ALTER EXTENSION _after_ "make install"
--strk;
,------o-.
| __/ | Delivering high quality PostGIS 2.0 !
| / 2.0 | http://strk.keybit.net - http://vizzuality.com
`-o------'
More information about the postgis-users
mailing list