Merge pull request #72 from m0ppers/windows-10-linux-subsystem-also-works

Update instructions
This commit is contained in:
Stefan "Bebbo" Franke 2018-04-08 22:16:37 +02:00 committed by GitHub
commit 13f9366e40
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -118,6 +118,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