Changes between Version 30 and Version 31 of UsersWikiWinCompile


Ignore:
Timestamp:
Apr 16, 2009, 11:40:27 AM (15 years ago)
Author:
pracine
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • UsersWikiWinCompile

    v30 v31  
    55You will have to compile postgresql here to, but that is just for the process of compiling postgis.
    66
    7 '''I have used this installdirectories''':
     7'''I have used this install directories''':
    88
    99MinGW: c:\MinGW[[BR]]
     
    1414a good tool for extracting tar-files is 7-zip from http://www.7-zip.org
    1515
    16 '''1. Installing Minimalist GNU for Windows (MinGW)'''[[BR]]
     16'''1. Installing Minimalist GNU for Windows (MinGW)'''
     17
    1718Download MinGW autoinstaller (Current - MinGW-5.1.4) from http://sourceforge.net/project/showfiles.php?group_id=2435
    1819     1. Run the setup file and choose everything (except possibly Ada)
    1920     2. Accept the default Install location of C:\MinGW
    2021 
    21 '''2. Installing Minimal System (Mys)'''  [[BR]]
     22'''2. Installing Minimal System (Mys)'''
     23
    2224Msys provides you with a unix shell environment for compiling code under windows[[BR]]
    2325Download Msys http://downloads.sourceforge.net/mingw/MSYS-1.0.10.exe
     
    2729 
    2830 
    29 '''3. Installing Msy Development Toolkit'''[[BR]]
    30 Download the MysDTK1.0.1 from http://downloads.sourceforge.net/mingw/msysDTK-1.0.1.exe [[BR]]
     31'''3. Installing Msy Development Toolkit'''
     32
     33Download the MysDTK1.0.1 from http://downloads.sourceforge.net/mingw/msysDTK-1.0.1.exe
    3134     1. Run the EXE install and accept all the defaults
    3235 
    33 '''4. MSYS Core 1.0.11'''[[BR]]
    34      1. Download  MSYS Core 1.0.11 from http://downloads.sourceforge.net/mingw/msysCORE-1.0.11-2007.01.19-1.tar.bz2  [[BR]]
     36'''4. MSYS Core 1.0.11'''
     37
     38     1. Download  MSYS Core 1.0.11 from http://downloads.sourceforge.net/mingw/msysCORE-1.0.11-2007.01.19-1.tar.bz2
    3539     2. untar them and copy all content to c:\msys\1.0 and and click ok to overwrite existing files and folders.
    3640     
     
    4448
    4549'''6. update m4'''[[BR]]
    46      1. download from: http://downloads.sourceforge.net/mingw/m4-1.4.7-MSYS.tar.bz2  [[BR]]
     50     1. download from: http://downloads.sourceforge.net/mingw/m4-1.4.7-MSYS.tar.bz2
    4751     2. untar and copy the m4.exe-file in the end of the path to C:\msys\1.0\bin
    4852
    4953
    50 '''7. Update environment variable'''[[BR]]
    51 the below is copied direct from http://www.mingw.org/wiki/HOWTO_Install_the_MinGW_GCC_Compiler_Suite
     54'''7. Update environment variable'''
     55
     56The below is copied direct from http://www.mingw.org/wiki/HOWTO_Install_the_MinGW_GCC_Compiler_Suite
    5257----
    5358Environment Settings[[BR]]
     
    6469Set the environment variable HOME to C:\msys\1.0\home
    6570
    66 '''8. Installing Autoconf, Automake and Libtool'''[[BR]]
    67 download the sourcecode of :[[BR]]
     71'''8. Installing Autoconf, Automake and Libtool'''
     72
     73Download the sourcecode of:
     74
    6875    1. autoconf from ftp.gnu.org/gnu/autoconf
    69     2. automake  from ftp.gnu.org/gnu/automake
    70     3. libtool   from ftp.gnu.org/gnu/libtool
     76    2. automake from ftp.gnu.org/gnu/automake
     77    3. libtool  from ftp.gnu.org/gnu/libtool
    7178
    72 The latest releases 2009-04-11 is:[[BR]]
    73 autoconf 2.63 (1.4MB)[[BR]]
    74 automake 1.10.2 (1.2MB)[[BR]]
    75 libtool  2.2.4 (1.8MB)[[BR]]
     79The latest releases 2009-04-11 is:
     80
     81 * autoconf 2.63 (1.4MB)
     82 * automake 1.10.2 (1.2MB)
     83 * libtool  2.2.4 (1.8MB)
    7684
    7785make a folder c:\thesrc and untar the source-files there
    7886
    79 '''Launch MSys from Start->Programs->MinGW->msys'''[[BR]]
    80 now you get a terminal-window that understands a bunch of unix/linux-commands (at least enough for compiling)[[BR]]
     87'''Launch MSys from Start->Programs->MinGW->msys'''
     88
     89You now get a terminal-window that understands a bunch of unix/linux-commands (at least enough for compiling)[[BR]]
    8190print:
    8291       1. ''cd /c/thesrc''