Update README.md

This commit is contained in:
kanjitalk755 2023-04-04 14:35:55 +09:00 committed by GitHub
parent 36de3833bf
commit ef3f61c30d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -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