Update README.md

This commit is contained in:
kanjitalk755 2021-08-05 09:55:23 +09:00 committed by GitHub
parent a722785575
commit ad6047ea24
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -36,17 +36,17 @@ $ make
$ make check $ make check
$ sudo make install $ 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 CFLAGS="-arch arm64" CXXFLAGS="$CFLAGS" ./configure -host=aarch64-apple-darwin --disable-shared
``` ```
(from https://github.com/kanjitalk755/macemu/pull/96) (from https://github.com/kanjitalk755/macemu/pull/96)
build: build:
1. Open BasiliskII/src/MacOSX/BasiliskII.xcodeproj ```
1. Set Build Configuration to Release $ cd macemu/BasiliskII/src/MacOSX
1. Build $ xcodebuild build -project BasiliskII.xcodeproj -configuration Release
```
or same as Linux (x86_64 only) or same as Linux (x86_64 only)
##### Linux(x86/x86_64) ##### Linux(x86/x86_64)
@ -63,10 +63,10 @@ $ make
``` ```
#### SheepShaver #### SheepShaver
##### macOS ##### macOS
1. Open SheepShaver/src/MacOSX/SheepShaver_Xcode8.xcodeproj ```
1. Set Build Configuration to Release $ cd macemu/SheepShaver/src/MacOSX
1. Build $ xcodebuild build -project SheepShaver_Xcode8.xcodeproj -configuration Release
```
or same as Linux (x86_64 only) or same as Linux (x86_64 only)
##### Linux(x86/x86_64) ##### Linux(x86/x86_64)