Changes between Version 120 and Version 121 of DevWikiWinMingW64


Ignore:
Timestamp:
Mar 15, 2012, 3:03:49 AM (12 years ago)
Author:
robe
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • DevWikiWinMingW64

    v120 v121  
    11== Compiling using MingGW-w64 for 64-bit ==
    22[wiki:UsersWikiWinCompile Back to Compiling in Windows]
     3If you want to get to the last step fast of just compiling PostGIS without having to compile the dependencies,
     4you can download our prepared mingw64 bit chain which you can download from  [http://www.bostongis.com/postgisstuff/ming64.zip]
     5, extract to C:\ming64
     6and edit the file in C:\ming64\projects\postgis\builds\makepostgis20w64.sh
     7
     8for testing you'll want to initdb the postgres servers in C:\ming64\projects\pgx64 and then run the start stop scripts. Clicking the batch will start
     9the postgres server and clicking enter will shut it down.  With that you can jump straight to the section on compiling PostGIS
     10
     11We are working on similar chaing for 32-bit installation.
    312
    413== 1. Installing Minimalist GNU for Windows-w64 (MinGW-w64) ==
     
    1625'''mingw-w32-1.0-bin_i686-mingw_''' (for my purposes I used mingw-w32-1.0-bin_i686-mingw_20110408.zip) and for native 64-bit (currently using mingw-w64-1.0-bin_i686-mingw_20110516)
    1726
    18  * Extract your respective zip into a folder called C:\ming64\mingw64 or c:\ming32\mingw_w32
     27 * Extract your respective zip into a folder called C:\ming64\mingw64 or c:\ming32\mingw32
    1928
    2029
     
    185194 * http://ftp.gnu.org/gnu/libiconv/libiconv-1.13.1.tar.gz
    186195
    187 Save the source in your C:\projects directory. Open up the MSYS terminal. Ignore the errors in the configure process.
     196Save the source in your C:\ming64\projects directory. Open up the MSYS terminal. Ignore the errors in the configure process.
    188197{{{
    189198cd /c/projects