From db984e580e7715b5e44db689c63aa0e4aa03611b Mon Sep 17 00:00:00 2001 From: Josh Deprez Date: Wed, 31 May 2017 15:28:30 +1000 Subject: [PATCH] brew install boost --c++11 I ran into problems by having a boost already installed, just not with --c++11. Removing and re-installing fixed it. This PR may provide enough of a hint to new users, but I'm not sure. --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ecf8ef0010..2807a07663 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,8 @@ For Ubuntu Linux, the following should help a bit: On a Mac, get the homebrew package manager and: - brew install cmake gmp mpfr libmpc boost bison + brew install boost --c++11 + brew install cmake gmp mpfr libmpc bison In theory, 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