mirror of
https://github.com/bebbo/amiga-gcc.git
synced 2026-09-19 15:53:51 +00:00
refs #90: add wget to various prerequisites
This commit is contained in:
@@ -17,13 +17,13 @@ Right now these tools are build:
|
|||||||
# Short Guide
|
# Short Guide
|
||||||
## Prerequisites
|
## Prerequisites
|
||||||
### Centos
|
### 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`
|
`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
|
### Ubuntu
|
||||||
`sudo apt install make 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`
|
||||||
### macOS
|
### 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:
|
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:
|
||||||
|
|
||||||
`brew install bash make lhasa gmp mpfr mpc flex gettext texinfo`
|
`brew install bash wget make lhasa gmp mpfr mpc flex gettext texinfo`
|
||||||
|
|
||||||
By default macOS uses an outdated version of bash. Therefore, on macOS host always pass the the SHELL=/usr/local/bin/bash parameter (or any other valid path pointing to bash), e.g.:
|
By default macOS uses an outdated version of bash. Therefore, on macOS host always pass the the SHELL=/usr/local/bin/bash parameter (or any other valid path pointing to bash), e.g.:
|
||||||
```
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user