Changes between Version 109 and Version 110 of DevWikiWinMingW64


Ignore:
Timestamp:
Mar 7, 2012, 12:21:52 AM (12 years ago)
Author:
robe
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • DevWikiWinMingW64

    v109 v110  
    1 == Compiling using MingGW-w64 for both 32-bit and 64-bit ==
     1== Compiling using MingGW-w64 for 64-bit ==
    22[wiki:UsersWikiWinCompile Back to Compiling in Windows]
    33
     
    328328cp /c/mingw/mingw64/bin/libgcc_s_sjlj-1.dll /c/projects/pgx64/pg91/bin
    329329}}}
     330
     331== Getting GTK ==
     332If you want to build the shp2pgsql-gui loader in 64-bit, you can use the pre-compiled gtk bundle
     333which already has the needed headers
     334
     335{{{
     336export PORJECTS=/c/ming64/projects/gtk
     337cd ${PROJECTS}
     338mkdir gtk
     339cd gtk
     340wget
     341http://ftp.gnome.org/pub/gnome/binaries/win64/gtk+/2.22/gtk+-bundle_2.22.1-20101229_win64.zip
     342unzip gtk+-bundle_2.22.1-20101229_win64.zip
     343}}}
     344
    330345
    331346