Changes between Version 2 and Version 3 of DevWikiWinMingWSys_20
- Timestamp:
- 10/04/10 08:52:29 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DevWikiWinMingWSys_20
v2 v3 1 1 = Compiling PostGIS 2.0 under Windows using MinGW/Msys = 2 2 == NOTE: This is still a work in progress - still needs lots of refinement ==== 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 … … 10 10 Msys: c:\msys[[BR]] 11 11 sources c:\projects[[BR]] 12 install directory for postgresql: c:\projects\pg\pg90 (where pg90 is whatever your respective version is of PostgresQL)12 install directory for postgresql: c:\projects\pg\pg90 (where pg90 is whatever your respective version is of PostgresQL) 13 13 14 14 == Useful Utilities ==