Merge pull request #214 from VyrCossont/patch-1

Add texinfo to brew install commands
This commit is contained in:
Wolfgang Thaller 2023-12-08 17:12:25 +01:00 committed by GitHub
commit 04ab7e92ac
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