75 | | === Download extra packages for `mingw` package === |
76 | | |
77 | | 1. Download extra packages |
78 | | |
79 | | * '''regex-lib''' from [http://sourceforge.net/projects/gnuwin32/files/regex/2.7/regex-2.7-lib.zip/download here] |
80 | | |
81 | | 1. Download extra MinGW packages |
82 | | |
83 | | (''[https://sourceforge.net/project/showfiles.php?group_id=2435 updates may be found here]'') |
84 | | |
85 | | * '''bin-utils''' from [http://downloads.sourceforge.net/mingw/binutils-2.19.1-mingw32-bin.tar.gz here] |
86 | | * '''gcc-core''' from [http://downloads.sourceforge.net/mingw/gcc-core-3.4.5-20060117-3.tar.gz here] |
87 | | * '''gcc-g++''' from [http://downloads.sourceforge.net/mingw/gcc-g%2B%2B-3.4.5-20060117-3.tar.gz here] |
88 | | * '''mingw32-make''' from [http://downloads.sourceforge.net/mingw/mingw32-make-3.81-20080326-3.tar.gz here] |
89 | | * '''mingw-runtime''' from [http://downloads.sourceforge.net/mingw/mingwrt-3.15.2-mingw32-dev.tar.gz here] |
90 | | * '''mingw-utils''' from [http://downloads.sourceforge.net/mingw/mingw-utils-0.3.tar.gz here] |
91 | | * '''w32api''' from [http://downloads.sourceforge.net/mingw/w32api-3.13-mingw32-dev.tar.gz here] |
92 | | |
93 | | 2. Download extra pre-built binaries |
94 | | |
95 | | (''updates may be found [https://sourceforge.net/project/showfiles.php?group_id=23617 here]'') |
96 | | |
97 | | * '''bison''' from [http://downloads.sourceforge.net/gnuwin32/bison-2.1-bin.zip here] |
98 | | * '''bison-deps''' from [http://downloads.sourceforge.net/gnuwin32/bison-2.1-dep.zip here] |
99 | | * '''flex''' from [http://downloads.sourceforge.net/gnuwin32/flex-2.5.4a-1-bin.zip here] |
100 | | * '''gettext-bin''' from [http://downloads.sourceforge.net/gnuwin32/gettext-0.14.4-bin.zip here] |
101 | | * '''gettext-lib''' from [http://downloads.sourceforge.net/gnuwin32/gettext-0.14.4-lib.zip here] |
102 | | * '''libiconv-lib''' from [http://downloads.sourceforge.net/gnuwin32/libiconv-1.9.2-1-lib.zip here] |
103 | | * '''libintl-lib''' from [http://downloads.sourceforge.net/gnuwin32/libintl-0.14.4-lib.zip here] |
104 | | |
105 | | 3. Download the latest '''make''' program compliant with the OSGeo4W framework from [http://downloads.sourceforge.net/mingw/make-3.81-MSYS-1.0.11-2.tar.bz2 here] (''future updates may be found [https://sourceforge.net/project/showfiles.php?group_id=2435 here]'') |
106 | | |
107 | | 4. Unpack files into `c:\MinGW` |
108 | | |
109 | | |
110 | | |
111 | | |