Changes between Initial Version and Version 1 of UsersWikiWinCompileWithgui


Ignore:
Timestamp:
Jul 12, 2009, 10:20:16 AM (15 years ago)
Author:
robe
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • UsersWikiWinCompileWithgui

    v1 v1  
     1Before you can install PostGIS 1.4 with the slick graphical interface for shp2pgsql, you need to install GTK++ 2.8 or above.  This is still a work in progress -- since I got as far as getting it to compile to .o but failed at the linker.
     2'''1. Install GTK++ Bundle''' 
     3      1. Download GTK++ bundle described on this page http://www.gtk.org/download-windows.html. 
     4       
     5       The direct link is
     6        (http://ftp.gnome.org/pub/gnome/binaries/win32/gtk+/2.16/gtk+-bundle_2.16.2-20090601_win32.zip)
     7
     8'''2. Compiling PostGIS SVN 1.4 (with shp2pgql-gui)''' 
     9       1. Download postgis.refractions.net/download/postgis-1.4.0SVN.tar.gz and put in C:/thesrc
     10       2. ''cd /c/thesrc''
     11       3. ''gzip -d -c postgis-1.4.0SVN.tar.gz | tar xvf -''
     12       4. ''cd postgis-svn''
     13       5. ''configure --prefix=/c/postgresql --with-pgconfig=/c/postgresql/bin/pg_config --with-geosconfig=/c/postgresql/bin/geos-config --with-projdir=/c/postgresql''
     14       6. ''make clean && make''
     15       7. ''make install''
     16       8. ''make check''