From 57771293026461cae9577b6f9d61bab17af27f69 Mon Sep 17 00:00:00 2001 From: kanjitalk755 <33744007+kanjitalk755@users.noreply.github.com> Date: Wed, 22 Jun 2022 22:25:08 +0900 Subject: [PATCH] Update README.md --- README.md | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index beaae3db..efa2931e 100644 --- a/README.md +++ b/README.md @@ -1,13 +1,13 @@ #### BasiliskII ``` macOS x86_64 JIT / arm64 non-JIT -Linux x86 x86_64 JIT +Linux x86 x86_64 JIT / arm64 non-JIT MinGW x86 JIT ``` #### SheepShaver ``` macOS x86_64 JIT / arm64 non-JIT -Linux x86 x86_64 JIT +Linux x86 x86_64 JIT / arm64 non-JIT MinGW x86 JIT ``` ### How To Build @@ -49,9 +49,10 @@ build: $ cd macemu/BasiliskII/src/MacOSX $ xcodebuild build -project BasiliskII.xcodeproj -configuration Release ``` -or same as Linux (x86_64 only) +or same as Linux -##### Linux(x86/x86_64) +##### Linux +preparation (arm64 only): Install GMP and MPFR. ``` $ cd macemu/BasiliskII/src/Unix $ ./autogen.sh @@ -69,9 +70,9 @@ $ make $ cd macemu/SheepShaver/src/MacOSX $ xcodebuild build -project SheepShaver_Xcode8.xcodeproj -configuration Release ``` -or same as Linux (x86_64 only) +or same as Linux -##### Linux(x86/x86_64) +##### Linux ``` $ cd macemu/SheepShaver/src/Unix $ ./autogen.sh