1
0
mirror of https://github.com/bebbo/amiga-gcc.git synced 2025-11-20 02:56:03 +00:00

add msys2 to README.md

This commit is contained in:
bebbo
2018-08-19 20:00:06 +02:00
parent 17bcf11494
commit b5f49673fa

View File

@ -45,6 +45,11 @@ 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
```
### Windows with msys2
```
pacman -S git base-devel gcc flex gmp-devel mpc-devel mpfr-devel
```
### Ubuntu running on the Windows 10 Linux subsystem
tbd