1
0
mirror of https://github.com/bebbo/amiga-gcc.git synced 2025-12-08 22:38:25 +00:00

add ncurses-devel to msys2

This commit is contained in:
bebbo
2018-10-03 11:15:34 +02:00
parent 104c12b7f9
commit 65f6d6c27e

View File

@ -47,7 +47,7 @@ apt-cyg install gcc-core gcc-g++ python git perl-Pod-Simple gperf patch automake
### Windows with msys2 ### Windows with msys2
``` ```
pacman -S git base-devel gcc flex gmp-devel mpc-devel mpfr-devel pacman -S git base-devel gcc flex gmp-devel mpc-devel mpfr-devel ncurses-devel
``` ```
### Ubuntu running on the Windows 10 Linux subsystem ### Ubuntu running on the Windows 10 Linux subsystem