Changes between Version 100 and Version 101 of UsersWikiWinCompile

Show
Ignore:
Timestamp:
12/08/09 14:04:47 (3 years ago)
Author:
pramsey
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • UsersWikiWinCompile

    v100 v101  
    262262}}} 
    263263 
    264 == 14. Compiling PostGIS == 
     264== 14. Install GTK+ Bundle == 
     265 
     266If 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 
     271Unzip 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 == 
    265274 
    266275=== PostGIS 1.4 === 
     
    274283      --with-pgconfig=/c/postgresql/bin/pg_config \ 
    275284      --with-geosconfig=/c/postgresql/bin/geos-config \ 
    276       --with-projdir=/c/postgresql 
     285      --with-projdir=/c/postgresql \ 
     286      --with-gui 
    277287# export PATH=/c/postgres/bin:$PATH 
    278288# make clean 
     
    281291# make check 
    282292}}} 
    283 If you run into problems with your build, pipe the output into a file for further analysis. 
     293If 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'. 
    284294{{{ 
    285295# make 2>&1 | tee /c/build.log