Changes between Version 56 and Version 57 of DevWikiWinMingWSys_20


Ignore:
Timestamp:
Oct 12, 2012, 9:39:12 PM (12 years ago)
Author:
robe
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • DevWikiWinMingWSys_20

    v56 v57  
    11= Compiling PostGIS 2.0 under Windows using MinGW/Msys =
    2 == NOTE: This is still a work in progress - still needs lots of refinement ====
     2
    33A 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.
    44
    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.
     5These 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
     6the build to crash and not be usable'''.  These we are working on resolving.
     7
     8For PostgreSQL 9.2+ both 32-bit and 64-bit builds are built using the mingw64 chain.
    79
    810== Install Directories ==