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:
Vyr Cossont 2023-10-23 13:08:19 -07:00 committed by GitHub
parent 5f88250601
commit 3537637c0f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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