mirror of
https://github.com/autc04/Retro68.git
synced 2025-02-22 16:29:11 +00:00
Add texinfo to brew install commands
Following the instructions as is on macOS results in `build-toolchain.bash` failing with `WARNING: 'makeinfo' is missing on your system`. The readme was updated in #59 but only for Ubuntu.
This commit is contained in:
parent
5f88250601
commit
3537637c0f
@ -47,12 +47,12 @@ For Arch Linux, this should do the trick:
|
||||
|
||||
On a Mac, get the homebrew package manager and:
|
||||
|
||||
brew install boost cmake gmp mpfr libmpc bison
|
||||
brew install boost cmake gmp mpfr libmpc bison texinfo
|
||||
|
||||
You can also run Retro68 on a PowerMac G4 or G5 running Mac OS 10.4 (Tiger).
|
||||
In that case, get the tigerbrew package manager and
|
||||
|
||||
brew install gcc cmake gmp mpfr libmpc bison
|
||||
brew install gcc cmake gmp mpfr libmpc bison texinfo
|
||||
brew install boost --c++11
|
||||
|
||||
### Apple Universal Interfaces vs. Multiversal Interfaces
|
||||
|
Loading…
x
Reference in New Issue
Block a user