Changes between Version 120 and Version 121 of DevWikiWinMingW64
- Timestamp:
- 03/15/12 03:03:49 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TabularUnified DevWikiWinMingW64
v120 v121 1 1 == Compiling using MingGW-w64 for 64-bit == 2 2 [wiki:UsersWikiWinCompile Back to Compiling in Windows] 3 If you want to get to the last step fast of just compiling PostGIS without having to compile the dependencies, 4 you can download our prepared mingw64 bit chain which you can download from [http://www.bostongis.com/postgisstuff/ming64.zip] 5 , extract to C:\ming64 6 and edit the file in C:\ming64\projects\postgis\builds\makepostgis20w64.sh 7 8 for 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 9 the postgres server and clicking enter will shut it down. With that you can jump straight to the section on compiling PostGIS 10 11 We are working on similar chaing for 32-bit installation. 3 12 4 13 == 1. Installing Minimalist GNU for Windows-w64 (MinGW-w64) == … … 16 25 '''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) 17 26 18 * Extract your respective zip into a folder called C:\ming64\mingw64 or c:\ming32\mingw _w3227 * Extract your respective zip into a folder called C:\ming64\mingw64 or c:\ming32\mingw32 19 28 20 29 … … 185 194 * http://ftp.gnu.org/gnu/libiconv/libiconv-1.13.1.tar.gz 186 195 187 Save the source in your C:\ projects directory. Open up the MSYS terminal. Ignore the errors in the configure process.196 Save the source in your C:\ming64\projects directory. Open up the MSYS terminal. Ignore the errors in the configure process. 188 197 {{{ 189 198 cd /c/projects