Changes between Version 2 and Version 3 of UsersWikiWinCompile


Ignore:
Timestamp:
Apr 15, 2009, 11:38:06 AM (15 years ago)
Author:
nicklas
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • UsersWikiWinCompile

    v2 v3  
    11A step by step guide how I managed with compiling Postgis in windows
    22
    3 I have used this installdirectories:[[BR]]
     3'''I have used this installdirectories''':[[BR]]
    44MinGW: c:\MinGW[[BR]]
    55Msys: c:\msys[[BR]]
    66sources c:\thesrc[[BR]]
    7 installdirectory for postgresql: c:\postgresql[[BR]]
     7installdirectory for postgresql: c:\postgresql
     8
    89a good tool for extracting tar-files is 7-zip from www.7-zip.org[[BR]]
    910
    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]]
     12Download MinGW autoinstaller (Current - MinGW-5.1.4) from sourceforge.net/project/showfiles.php?group_id=2435
    1213     1. Run the setup file and choose everything (except possibly Ada)
    1314     2. Accept the default Install location of C:\MinGW
    1415 
    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]]
     17Msys provides you with a unix shell environment for compiling code under windows[[BR]]
    1918Download Msys downloads.sourceforge.net/mingw/MSYS-1.0.10.exe
    20      4. Say y to post Installation
    21      5. When prompted do you have MinGW -> y
    22      6. When prompted for where it is type -> C:\MinGW
     19     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
    2322 
    2423 
    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 defaults
     24'''Installing Msy Development Toolkit'''[[BR]]
     25Download 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
    2827 
    2928  9. Download  MSYS Core 1.0.11 fromhttp://downloads.sourceforge.net/mingw/msysCORE-1.0.11-2007.01.19-1.tar.bz2