Update instructions

This commit is contained in:
Andreas Streichardt 2018-03-05 00:02:26 +01:00
parent de2c300c9f
commit 815ce2fc2b
1 changed files with 4 additions and 0 deletions

View File

@ -115,6 +115,10 @@ Install cygwin via setup.exe and add wget. Then open cygwin shell and:
install apt-cyg /bin
apt-cyg install gcc-core gcc-g++ python git perl-Pod-Simple gperf patch automake make makedepend bison flex libncurses-devel python-devel gettext-devel libgmp-devel libmpc-devel libmpfr-devel
##### Ubuntu running on the Windows 10 Linux subsystem
sudo apt-get install gcc-core gcc-g++ flex python git perl-Pod-Simple gperf patch automake make makedepend bison flex libncurses-devel python-devel gettext-devel libgmp-devel libmpc-devel libmpfr-devel
##### Ubuntu 16.04 LTS 32-bit (gcc 5.4.0)
sudo apt-get install git gcc g++ python-dev gperf patch automake make bison libncurses-dev gettext libgmp-dev libmpc-dev libmpfr-dev