Update README.md

This commit is contained in:
kanjitalk755 2021-04-23 20:55:06 +09:00 committed by GitHub
parent 49eee29597
commit 4f0743562e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,14 +1,14 @@
#### BasiliskII #### BasiliskII
``` ```
macOS 64-bit JIT macOS x86_64 JIT / arm64 non-JIT
Linux 32-bit JIT Linux x86 x86_64 JIT
MinGW 32-bit JIT MinGW x86 JIT
``` ```
#### SheepShaver #### SheepShaver
``` ```
macOS 64-bit JIT macOS x86_64 JIT / arm64 non-JIT
Linux 32-bit JIT Linux x86 x86_64 JIT
MinGW 32-bit JIT MinGW x86 JIT
``` ```
### How To Build ### How To Build
These builds need to be installed SDL2.0.10+ framework/library. These builds need to be installed SDL2.0.10+ framework/library.
@ -18,9 +18,9 @@ These builds need to be installed SDL2.0.10+ framework/library.
1. Set Build Configuration to Release 1. Set Build Configuration to Release
1. Build 1. Build
(or same as Linux) or same as Linux (x86_64 only)
##### Linux(x86) ##### Linux(x86/x86_64)
``` ```
$ cd macemu/BasiliskII/src/Unix $ cd macemu/BasiliskII/src/Unix
$ ./autogen.sh $ ./autogen.sh
@ -38,9 +38,9 @@ $ make
1. Set Build Configuration to Release 1. Set Build Configuration to Release
1. Build 1. Build
(or same as Linux) or same as Linux (x86_64 only)
##### Linux(x86) ##### Linux(x86/x86_64)
``` ```
$ cd macemu/SheepShaver/src/Unix $ cd macemu/SheepShaver/src/Unix
$ ./autogen.sh $ ./autogen.sh