From ef3f61c30d7febbb604554335a4ea7721734e3e3 Mon Sep 17 00:00:00 2001 From: kanjitalk755 <33744007+kanjitalk755@users.noreply.github.com> Date: Tue, 4 Apr 2023 14:35:55 +0900 Subject: [PATCH] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 63f06d7c..48d51af9 100644 --- a/README.md +++ b/README.md @@ -44,6 +44,9 @@ $ CFLAGS="-arch arm64" CXXFLAGS="$CFLAGS" ./configure -host=aarch64-apple-darwin ``` (from https://github.com/kanjitalk755/macemu/pull/96) +about changing Deployment Target: +If you build with an older version of Xcode, you can change Deployment Target to the minimum it supports or 10.7, whichever is greater. + build: ``` $ cd macemu/BasiliskII/src/MacOSX @@ -71,6 +74,7 @@ $ make ``` #### SheepShaver ##### macOS +about changing Deployment Target: see BasiliskII ``` $ cd macemu/SheepShaver/src/MacOSX $ xcodebuild build -project SheepShaver_Xcode8.xcodeproj -configuration Release