Changes between Version 2 and Version 3 of UsersWikiWinCompileWithgui


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

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.
     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 when linking all the .os.
    22
    33(If you got to this page before reading full install -- refer to [UsersWikiWinCompile Compiling PostGIS under Windows (basic)]
     
    77       The direct link is
    88        (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
    910
    1011'''2. Compiling PostGIS SVN 1.4 (with shp2pgql-gui)''' 
     
    1314       3. ''gzip -d -c postgis-1.4.0SVN.tar.gz | tar xvf -''
    1415       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''