# HG changeset patch # User John Donoghue # Date 1406405222 14400 # Node ID 9985fed66b1cf81e20837f140f680c0e1e6931c7 # Parent 99d5080d06a2a441820a021aa81e195c0a85d9ea index.html: update for current package list * index.html: update mingw requirements for needed packages, remove ghost script requiement. diff -r 99d5080d06a2 -r 9985fed66b1c index.html --- a/index.html Wed Jul 23 18:48:22 2014 -0400 +++ b/index.html Sat Jul 26 16:07:02 2014 -0400 @@ -761,20 +761,19 @@

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-bison 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 msys-bsdtar
+    Get required packages by running:
+    

+
mingw-get install gcc gcc-c++ gcc-fortran mingw32-make \
+              msys-autoconf msys-bash msys-bison msys-bsdtar \
+              msys-flex msys-gettext mysys-libiconv \
+              msys-libarchive msys-libz msys-m4 msys-make \
+              msys-openssl msys-patch msys-perl msys-sed \
+              msys-unzip msys-wget 
     

You will also need to install Windows versions of python - and ghostscript and ensure they are in visisble in the PATH. + and ensure it is visisble in the PATH.

openSUSE