Changes between Version 2 and Version 3 of UsersWikiWinCompile
- Timestamp:
- 04/15/09 11:38:06 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
UsersWikiWinCompile
v2 v3 1 1 A step by step guide how I managed with compiling Postgis in windows 2 2 3 I have used this installdirectories:[[BR]]3 '''I have used this installdirectories''':[[BR]] 4 4 MinGW: c:\MinGW[[BR]] 5 5 Msys: c:\msys[[BR]] 6 6 sources c:\thesrc[[BR]] 7 installdirectory for postgresql: c:\postgresql[[BR]] 7 installdirectory for postgresql: c:\postgresql 8 8 9 a good tool for extracting tar-files is 7-zip from www.7-zip.org[[BR]] 9 10 10 Installing Minimalist GNU for Windows (MinGW)[[BR]]11 Download MinGW autoinstaller (Current - MinGW-5.1.4) from sourceforge.net/project/showfiles.php?group_id=2435 [[BR]]11 '''Installing Minimalist GNU for Windows (MinGW)'''[[BR]] 12 Download MinGW autoinstaller (Current - MinGW-5.1.4) from sourceforge.net/project/showfiles.php?group_id=2435 12 13 1. Run the setup file and choose everything (except possibly Ada) 13 14 2. Accept the default Install location of C:\MinGW 14 15 15 16 3. Installing Minimal System (Mys) 17 Msys provides you with a unix shell environment for compiling code under windows 18 16 '''Installing Minimal System (Mys)''' [[BR]] 17 Msys provides you with a unix shell environment for compiling code under windows[[BR]] 19 18 Download Msys downloads.sourceforge.net/mingw/MSYS-1.0.10.exe 20 4. Say y to post Installation21 5. When prompted do you have MinGW -> y22 6. When prompted for where it is type -> C:\MinGW19 3. Say y to post Installation 20 4. When prompted do you have MinGW -> y 21 5. When prompted for where it is type -> C:\MinGW 23 22 24 23 25 7. Installing Msy Development Toolkit 26 Download the MysDTK1.0.1 from downloads.sourceforge.net/mingw/msysDTK-1.0.1.exe 27 8. Run the EXE install and accept all the defaults24 '''Installing Msy Development Toolkit'''[[BR]] 25 Download the MysDTK1.0.1 from downloads.sourceforge.net/mingw/msysDTK-1.0.1.exe [[BR]] 26 6. Run the EXE install and accept all the defaults 28 27 29 28 9. Download MSYS Core 1.0.11 fromhttp://downloads.sourceforge.net/mingw/msysCORE-1.0.11-2007.01.19-1.tar.bz2