Changes between Version 2 and Version 3 of UsersWikiWinCompileWithgui
- Timestamp:
- 07/12/09 10:26:13 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
UsersWikiWinCompileWithgui
v2 v3 1 Before 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 .1 Before 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 when linking all the .os. 2 2 3 3 (If you got to this page before reading full install -- refer to [UsersWikiWinCompile Compiling PostGIS under Windows (basic)] … … 7 7 The direct link is 8 8 (http://ftp.gnome.org/pub/gnome/binaries/win32/gtk+/2.16/gtk+-bundle_2.16.2-20090601_win32.zip) 9 2. Follow the instructions in the readme 9 10 10 11 '''2. Compiling PostGIS SVN 1.4 (with shp2pgql-gui)''' … … 13 14 3. ''gzip -d -c postgis-1.4.0SVN.tar.gz | tar xvf -'' 14 15 4. ''cd postgis-svn'' 15 5. ''configure --prefix=/c/postgresql --with-pgconfig=/c/postgresql/bin/pg_config --with-geosconfig=/c/postgresql/bin/geos-config --with-projdir=/c/postgresql'' 16 6. ''make clean && make'' 17 7. ''make install'' 18 8. ''make check'' 16 5. export PKG_CONFIG_PATH=/c/opt/gtk/lib/pkgconfig 17 6. ''configure --prefix=/c/postgresql --with-pgconfig=/c/postgresql/bin/pg_config --with-geosconfig=/c/postgresql/bin/geos-config --with-projdir=/c/postgresql'' --with-gui 18 7. ''make clean && make'' 19 8. ''make install'' 20 9. ''make check''