1
0
mirror of https://github.com/bebbo/amiga-gcc.git synced 2026-05-04 17:33:23 +00:00

ubuntu also needs autoconf

This commit is contained in:
bebbo
2019-05-26 13:52:06 +02:00
parent e64e6935bc
commit 08ee4b125e

View File

@@ -19,7 +19,7 @@ Right now these tools are build:
### Centos
`sudo yum install wget 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 wget git gcc g++ lhasa libgmp-dev libmpfr-dev libmpc-dev flex bison gettext texinfo ncurses-dev`
`sudo apt install make wget git gcc g++ lhasa libgmp-dev libmpfr-dev libmpc-dev flex bison gettext texinfo ncurses-dev autoconf`
### 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: