From a722785575391d9067c98f048ccc14a433712244 Mon Sep 17 00:00:00 2001 From: kanjitalk755 <33744007+kanjitalk755@users.noreply.github.com> Date: Sun, 1 Aug 2021 10:06:15 +0900 Subject: [PATCH] Update README.md --- README.md | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 6156fd01..4d8d27ef 100644 --- a/README.md +++ b/README.md @@ -11,11 +11,9 @@ Linux x86 x86_64 JIT MinGW x86 JIT ``` ### How To Build -These builds need to be installed SDL2.0.10+ framework/library. +These builds need to be installed SDL2.0.14+ framework/library. #### BasiliskII ##### macOS -BasiliskII for macOS can be built with Apple Silicon Mac. - preparation: Download gmp-6.2.1.tar.xz from https://gmplib.org. @@ -38,8 +36,13 @@ $ make $ make check $ sudo make install ``` -For Intel Mac, checkout `has_fpu_bug` branch. But it has FPU issue if the binary runs on Apple Silicon Mac. +On an Intel Mac, change the `configure` command as follows: +``` +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