mirror of
https://github.com/kanjitalk755/macemu.git
synced 2024-11-22 13:31:08 +00:00
Update README.md
This commit is contained in:
parent
49eee29597
commit
4f0743562e
20
README.md
20
README.md
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user