Changes between Version 109 and Version 110 of DevWikiWinMingW64
- Timestamp:
- 03/07/12 00:21:52 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DevWikiWinMingW64
v109 v110 1 == Compiling using MingGW-w64 for both 32-bit and64-bit ==1 == Compiling using MingGW-w64 for 64-bit == 2 2 [wiki:UsersWikiWinCompile Back to Compiling in Windows] 3 3 … … 328 328 cp /c/mingw/mingw64/bin/libgcc_s_sjlj-1.dll /c/projects/pgx64/pg91/bin 329 329 }}} 330 331 == Getting GTK == 332 If you want to build the shp2pgsql-gui loader in 64-bit, you can use the pre-compiled gtk bundle 333 which already has the needed headers 334 335 {{{ 336 export PORJECTS=/c/ming64/projects/gtk 337 cd ${PROJECTS} 338 mkdir gtk 339 cd gtk 340 wget 341 http://ftp.gnome.org/pub/gnome/binaries/win64/gtk+/2.22/gtk+-bundle_2.22.1-20101229_win64.zip 342 unzip gtk+-bundle_2.22.1-20101229_win64.zip 343 }}} 344 330 345 331 346