Changes between Version 56 and Version 57 of DevWikiWinMingWSys_20
- Timestamp:
- 10/12/12 21:39:12 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DevWikiWinMingWSys_20
v56 v57 1 1 = Compiling PostGIS 2.0 under Windows using MinGW/Msys = 2 == NOTE: This is still a work in progress - still needs lots of refinement ==== 2 3 3 A step by step guide to compiling PostGIS in Windows. This guide assumes that you already have a PostgreSQL installation on your computer. You will have to compile PostgreSQL here too, but that is just for the process of compiling PostGIS. 4 4 5 These instructions are using MingW 3.4.5 Msys 1.0. This is not the newest mingw which comes packaged with gcc 4.6+. We have issues with compiling with the new Msysy that cause 6 the build to crash and not be usable. These we are working on resolving. 5 These instructions are using MingW 3.4.5 Msys 1.0. This is not the newest mingw which comes packaged with gcc 4.6+. '''We have issues with compiling with the new Msys that cause 6 the build to crash and not be usable'''. These we are working on resolving. 7 8 For PostgreSQL 9.2+ both 32-bit and 64-bit builds are built using the mingw64 chain. 7 9 8 10 == Install Directories ==