From e3c57148f855e358516ec382d35410c6c82671f0 Mon Sep 17 00:00:00 2001 From: Wolfgang Thaller Date: Sun, 23 Apr 2017 18:27:06 +0200 Subject: [PATCH] add a note about building on Mac OS X 10.4 --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 6bf6a67f8e..ecf8ef0010 100644 --- a/README.md +++ b/README.md @@ -78,6 +78,11 @@ of the Retro68 directory: The toolchain will be installed in the "toolchain" directory inside the build directory. +If you're building this on a PowerMac running Mac OS X 10.4, tell the build script +to use the gcc you've installed via tigerbrew: + + ../Retro68/build-toolchain.bash --host-cxx-compiler=g++-5 + ### Build options and recompiling Building all of Retro68 involves building binutils and gcc... twice, so it