From ad6047ea2484e7a62f11870a8fcde22879d84f1f Mon Sep 17 00:00:00 2001 From: kanjitalk755 <33744007+kanjitalk755@users.noreply.github.com> Date: Thu, 5 Aug 2021 09:55:23 +0900 Subject: [PATCH] Update README.md --- README.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 4d8d27ef..64f119a6 100644 --- a/README.md +++ b/README.md @@ -36,17 +36,17 @@ $ make $ make check $ sudo make install ``` -On an Intel Mac, change the `configure` command as follows: +On an Intel Mac, change the `configure` command for both GMP and MPFR as follows, and ignore the `make check` command: ``` CFLAGS="-arch arm64" CXXFLAGS="$CFLAGS" ./configure -host=aarch64-apple-darwin --disable-shared ``` (from https://github.com/kanjitalk755/macemu/pull/96) build: -1. Open BasiliskII/src/MacOSX/BasiliskII.xcodeproj -1. Set Build Configuration to Release -1. Build - +``` +$ cd macemu/BasiliskII/src/MacOSX +$ xcodebuild build -project BasiliskII.xcodeproj -configuration Release +``` or same as Linux (x86_64 only) ##### Linux(x86/x86_64) @@ -63,10 +63,10 @@ $ make ``` #### SheepShaver ##### macOS -1. Open SheepShaver/src/MacOSX/SheepShaver_Xcode8.xcodeproj -1. Set Build Configuration to Release -1. Build - +``` +$ cd macemu/SheepShaver/src/MacOSX +$ xcodebuild build -project SheepShaver_Xcode8.xcodeproj -configuration Release +``` or same as Linux (x86_64 only) ##### Linux(x86/x86_64)