1
0
mirror of https://github.com/bebbo/amiga-gcc.git synced 2026-05-09 02:24:56 +00:00

Merge pull request #50 from windenntw/patch-1

Update README.md
This commit is contained in:
Stefan "Bebbo" Franke
2018-10-22 19:36:32 +02:00
committed by GitHub

View File

@@ -19,7 +19,7 @@ Right now these tools are build:
### Centos
`sudo yum install gcc gcc-c++ python git perl-Pod-Simple gperf patch autoconf automake make makedepend bison flex ncurses-devel gmp-devel mpfr-devel libmpc-devel gettext-devel texinfo`
### Ubuntu
`sudo apt install make git gcc g++ lhasa libgmp-dev libmpfr-dev libmpc-dev flex gettext texinfo`
`sudo apt install make git gcc g++ lhasa libgmp-dev libmpfr-dev libmpc-dev flex bison gettext texinfo`
### macOS
Install Homebrew (https://brew.sh/) or any other package manager first. The compiler will be installed together with XCode. Once XCode and Homebrew are up install the required packages: