Changes between Version 30 and Version 31 of UsersWikiWinCompile
- Timestamp:
- 04/16/09 11:40:27 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
UsersWikiWinCompile
v30 v31 5 5 You will have to compile postgresql here to, but that is just for the process of compiling postgis. 6 6 7 '''I have used this install directories''':7 '''I have used this install directories''': 8 8 9 9 MinGW: c:\MinGW[[BR]] … … 14 14 a good tool for extracting tar-files is 7-zip from http://www.7-zip.org 15 15 16 '''1. Installing Minimalist GNU for Windows (MinGW)'''[[BR]] 16 '''1. Installing Minimalist GNU for Windows (MinGW)''' 17 17 18 Download MinGW autoinstaller (Current - MinGW-5.1.4) from http://sourceforge.net/project/showfiles.php?group_id=2435 18 19 1. Run the setup file and choose everything (except possibly Ada) 19 20 2. Accept the default Install location of C:\MinGW 20 21 21 '''2. Installing Minimal System (Mys)''' [[BR]] 22 '''2. Installing Minimal System (Mys)''' 23 22 24 Msys provides you with a unix shell environment for compiling code under windows[[BR]] 23 25 Download Msys http://downloads.sourceforge.net/mingw/MSYS-1.0.10.exe … … 27 29 28 30 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 33 Download the MysDTK1.0.1 from http://downloads.sourceforge.net/mingw/msysDTK-1.0.1.exe 31 34 1. Run the EXE install and accept all the defaults 32 35 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 35 39 2. untar them and copy all content to c:\msys\1.0 and and click ok to overwrite existing files and folders. 36 40 … … 44 48 45 49 '''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 47 51 2. untar and copy the m4.exe-file in the end of the path to C:\msys\1.0\bin 48 52 49 53 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 56 The below is copied direct from http://www.mingw.org/wiki/HOWTO_Install_the_MinGW_GCC_Compiler_Suite 52 57 ---- 53 58 Environment Settings[[BR]] … … 64 69 Set the environment variable HOME to C:\msys\1.0\home 65 70 66 '''8. Installing Autoconf, Automake and Libtool'''[[BR]] 67 download the sourcecode of :[[BR]] 71 '''8. Installing Autoconf, Automake and Libtool''' 72 73 Download the sourcecode of: 74 68 75 1. autoconf from ftp.gnu.org/gnu/autoconf 69 2. automake 70 3. libtool 76 2. automake from ftp.gnu.org/gnu/automake 77 3. libtool from ftp.gnu.org/gnu/libtool 71 78 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]] 79 The 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) 76 84 77 85 make a folder c:\thesrc and untar the source-files there 78 86 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 89 You now get a terminal-window that understands a bunch of unix/linux-commands (at least enough for compiling)[[BR]] 81 90 print: 82 91 1. ''cd /c/thesrc''