# HG changeset patch # User John Donoghue # Date 1371424362 14400 # Node ID ea240b620dd80d7afbacd042aa7ce6c7f92f01d7 # Parent 0a5631d32cd9645f7308244de064293a69688e88 Update index.html for mingw index.html: Add mingw section for requiremed installed components diff -r 0a5631d32cd9 -r ea240b620dd8 index.html --- 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 @@
  • Frugalware
  • Gentoo
  • Mac OS X
  • +
  • MingW
  • openSUSE
  • @@ -759,6 +760,20 @@ Mac OS X versions ≤ 10.6 are no longer supported.

    +

    MingW

    + Make sure to update and upgrade packages as some of the default versions + of packages are too old to work correctly. +
    mingw-get update
    +
    mingw-get upgrade
    +

    + And then get required packages. +

    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
    +    
    +

    +

    openSUSE