comparison 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
comparison
equal deleted inserted replaced
3253:11b9d461c135 3256:7fb479d0241c
765 of packages are too old to work correctly. 765 of packages are too old to work correctly.
766 <pre>mingw-get update</pre> 766 <pre>mingw-get update</pre>
767 <pre>mingw-get upgrade</pre> 767 <pre>mingw-get upgrade</pre>
768 <p> 768 <p>
769 And then get required packages. 769 And then get required packages.
770 <pre>mingw-get install autoconf bash msys-flex gcc gcc-c++ \ 770 <pre>mingw-get install autoconf bash msys-bison msys-flex gcc gcc-c++ \
771 gcc-fortran gettext msys-m4 msys-make msys-sed \ 771 gcc-fortran gettext msys-m4 msys-make msys-sed \
772 libiconv msys-openssl msys-patch msys-perl \ 772 libiconv msys-openssl msys-patch msys-perl \
773 msys-libarchive msys-unzip msys-wget msys-bsdtar 773 msys-libarchive msys-unzip msys-wget msys-bsdtar
774 </pre> 774 </pre>
775 <p>
776 You will also need to install Windows versions of python
777 and ghostscript and ensure they are in visisble in the PATH.
775 <p> 778 <p>
776 779
777 <h3 id="requirements-opensuse">openSUSE</h3> 780 <h3 id="requirements-opensuse">openSUSE</h3>
778 781
779 <!-- http://software.opensuse.org/113/en --> 782 <!-- http://software.opensuse.org/113/en -->