From 3537637c0fd77de85a0afb60770301bf401fed4a Mon Sep 17 00:00:00 2001 From: Vyr Cossont Date: Mon, 23 Oct 2023 13:08:19 -0700 Subject: [PATCH] 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. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 41a76bf56a..9652577e2c 100644 --- a/README.md +++ b/README.md @@ -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