mirror of
https://github.com/kanjitalk755/macemu.git
synced 2025-01-12 16:30:44 +00:00
Update README.md
This commit is contained in:
parent
d9e0761bd9
commit
5777129302
13
README.md
13
README.md
@ -1,13 +1,13 @@
|
|||||||
#### BasiliskII
|
#### BasiliskII
|
||||||
```
|
```
|
||||||
macOS x86_64 JIT / arm64 non-JIT
|
macOS x86_64 JIT / arm64 non-JIT
|
||||||
Linux x86 x86_64 JIT
|
Linux x86 x86_64 JIT / arm64 non-JIT
|
||||||
MinGW x86 JIT
|
MinGW x86 JIT
|
||||||
```
|
```
|
||||||
#### SheepShaver
|
#### SheepShaver
|
||||||
```
|
```
|
||||||
macOS x86_64 JIT / arm64 non-JIT
|
macOS x86_64 JIT / arm64 non-JIT
|
||||||
Linux x86 x86_64 JIT
|
Linux x86 x86_64 JIT / arm64 non-JIT
|
||||||
MinGW x86 JIT
|
MinGW x86 JIT
|
||||||
```
|
```
|
||||||
### How To Build
|
### How To Build
|
||||||
@ -49,9 +49,10 @@ build:
|
|||||||
$ cd macemu/BasiliskII/src/MacOSX
|
$ cd macemu/BasiliskII/src/MacOSX
|
||||||
$ xcodebuild build -project BasiliskII.xcodeproj -configuration Release
|
$ 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
|
$ cd macemu/BasiliskII/src/Unix
|
||||||
$ ./autogen.sh
|
$ ./autogen.sh
|
||||||
@ -69,9 +70,9 @@ $ make
|
|||||||
$ cd macemu/SheepShaver/src/MacOSX
|
$ cd macemu/SheepShaver/src/MacOSX
|
||||||
$ xcodebuild build -project SheepShaver_Xcode8.xcodeproj -configuration Release
|
$ 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
|
$ cd macemu/SheepShaver/src/Unix
|
||||||
$ ./autogen.sh
|
$ ./autogen.sh
|
||||||
|
Loading…
x
Reference in New Issue
Block a user