Changes between Version 100 and Version 101 of UsersWikiWinCompile
- Timestamp:
- 12/08/09 14:04:47 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
UsersWikiWinCompile
v100 v101 262 262 }}} 263 263 264 == 14. Compiling PostGIS == 264 == 14. Install GTK+ Bundle == 265 266 If you are compiling the shp2pgsql-gui program, you will need the GTK+ bundle. 267 268 * http://www.gtk.org/download-windows.html 269 * http://ftp.gnome.org/pub/gnome/binaries/win32/gtk+/2.16/gtk+-bundle_2.16.6-20091013_win32.zip 270 271 Unzip the bundle in c:\gtkbundle and then alter the system PATH so that c:\gtkbundle\bin is in the PATH. 272 273 == 15. Compiling PostGIS == 265 274 266 275 === PostGIS 1.4 === … … 274 283 --with-pgconfig=/c/postgresql/bin/pg_config \ 275 284 --with-geosconfig=/c/postgresql/bin/geos-config \ 276 --with-projdir=/c/postgresql 285 --with-projdir=/c/postgresql \ 286 --with-gui 277 287 # export PATH=/c/postgres/bin:$PATH 278 288 # make clean … … 281 291 # make check 282 292 }}} 283 If you run into problems with your build, pipe the output into a file for further analysis. 293 If you run into problems with your build, pipe the output into a file for further analysis. The GUI requires that pkg-config be on your PATH, check that it is there by running 'which pkg-config'. 284 294 {{{ 285 295 # make 2>&1 | tee /c/build.log