diff index.html @ 3256:7fb479d0241c

Update build tools for native mingw * src/build-m4.mk: do nothing for native mingw build * Makefile.in: - add bison, m4 as natve mingw, and python as jit build requirements. - remove build-bison as a mingw build dependancy * index.html: Add msys-bison to mingw required packages and mention ghostscript and python.
author John Donoghue <john.donoghue@ieee.org>
date Thu, 26 Sep 2013 21:18:39 -0400
parents ebdaebefc651
children 869f160d71b6
line wrap: on
line diff
--- a/index.html	Mon Sep 23 15:06:17 2013 -0400
+++ b/index.html	Thu Sep 26 21:18:39 2013 -0400
@@ -767,12 +767,15 @@
     <pre>mingw-get upgrade</pre>
     <p>
     And then get required packages.
-    <pre>mingw-get install autoconf bash msys-flex gcc gcc-c++ \
+    <pre>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
     </pre>
     <p>
+    You will also need to install Windows versions of python  
+    and ghostscript and ensure they are in visisble in the PATH.
+    <p>
 
     <h3 id="requirements-opensuse">openSUSE</h3>