From d702c6832101cc8cd1f7c24a9980f4da6526fd3a Mon Sep 17 00:00:00 2001 From: br Date: Mon, 25 Oct 2021 07:35:43 -0400 Subject: [PATCH] Shortened a couple of build steps --- README.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 643112827b..3611fc8369 100644 --- a/README.md +++ b/README.md @@ -41,8 +41,7 @@ For Ubuntu Linux, the following should help a bit: On a Mac, get the homebrew package manager and: - brew install boost - brew install cmake gmp mpfr libmpc bison + brew install boost cmake gmp mpfr libmpc bison 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 @@ -115,8 +114,7 @@ Note that compilation via Cygwin is around 3X slower than other platforms. Once you have all the prerequisites, execute these commands from the top level of the Retro68 directory: - cd .. - mkdir Retro68-build + mkdir ../Retro68-build cd Retro68-build ../Retro68/build-toolchain.bash