changeset 3053:ea240b620dd8

Update index.html for mingw index.html: Add mingw section for requiremed installed components
author John Donoghue <john.donoghue@ieee.org>
date Sun, 16 Jun 2013 19:12:42 -0400
parents 0a5631d32cd9
children dc20e2260289
files index.html
diffstat 1 files changed, 15 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/index.html	Fri Jun 14 22:05:24 2013 -0400
+++ b/index.html	Sun Jun 16 19:12:42 2013 -0400
@@ -557,6 +557,7 @@
         <li><a href="#requirements-frugalware">Frugalware</a></li>
         <li><a href="#requirements-gentoo">Gentoo</a></li>
         <li><a href="#requirements-macos">Mac OS X</a></li>
+        <li><a href="#requirements-mingw">MingW</a></li>
         <li><a href="#requirements-opensuse">openSUSE</a></li>
     </ul>
 
@@ -759,6 +760,20 @@
     Mac OS X versions ≤ 10.6 are no longer supported.
     </p>
 
+    <h3 id="requirements-mingw">MingW</h3>
+    Make sure to update and upgrade packages as some of the default versions
+    of packages are too old to work correctly.
+    <pre>mingw-get update</pre>
+    <pre>mingw-get upgrade</pre>
+    <p>
+    And then get required packages.
+    <pre>mingw-get install autoconf bash msys-flex gcc gcc-c++ \
+	      gcc-fortran gettext msys-m4 msys-make msys-sed \
+	      libiconv msys-openssl msys-patch msys-perl \
+              msys-libarchive msys-unzip msys-wget bsdcpio
+    </pre>
+    <p>
+
     <h3 id="requirements-opensuse">openSUSE</h3>
 
     <!-- http://software.opensuse.org/113/en -->