2018-07-01 22:50:33 +09:00
|
|
|
#### BasiliskII
|
|
|
|
```
|
2021-05-06 14:24:31 +09:00
|
|
|
macOS x86_64 JIT / arm64 non-JIT
|
2021-04-23 20:55:06 +09:00
|
|
|
Linux x86 x86_64 JIT
|
|
|
|
MinGW x86 JIT
|
2018-07-01 22:50:33 +09:00
|
|
|
```
|
|
|
|
#### SheepShaver
|
|
|
|
```
|
2021-04-23 20:55:06 +09:00
|
|
|
macOS x86_64 JIT / arm64 non-JIT
|
|
|
|
Linux x86 x86_64 JIT
|
|
|
|
MinGW x86 JIT
|
2018-07-01 22:50:33 +09:00
|
|
|
```
|
|
|
|
### How To Build
|
2019-10-24 11:36:51 +09:00
|
|
|
These builds need to be installed SDL2.0.10+ framework/library.
|
2018-07-01 22:50:33 +09:00
|
|
|
#### BasiliskII
|
|
|
|
##### macOS
|
2021-05-11 10:18:06 +09:00
|
|
|
BasiliskII for macOS can be built with Apple Silicon Mac.
|
|
|
|
|
2021-05-07 14:44:40 +09:00
|
|
|
preparation:
|
|
|
|
```
|
|
|
|
$ brew install mpfr
|
|
|
|
```
|
2021-05-11 10:18:06 +09:00
|
|
|
For Intel Mac, checkout `has_fpu_bug` branch. But it has FPU issue if the binary runs on Apple Silicon Mac.
|
|
|
|
|
2018-07-01 22:50:33 +09:00
|
|
|
1. Open BasiliskII/src/MacOSX/BasiliskII.xcodeproj
|
|
|
|
1. Set Build Configuration to Release
|
|
|
|
1. Build
|
|
|
|
|
2021-04-23 20:55:06 +09:00
|
|
|
or same as Linux (x86_64 only)
|
2020-01-29 11:22:52 +09:00
|
|
|
|
2021-04-23 20:55:06 +09:00
|
|
|
##### Linux(x86/x86_64)
|
2018-07-01 22:50:33 +09:00
|
|
|
```
|
|
|
|
$ cd macemu/BasiliskII/src/Unix
|
|
|
|
$ ./autogen.sh
|
|
|
|
$ make
|
|
|
|
```
|
2020-03-18 15:29:20 +09:00
|
|
|
##### MinGW32/MSYS2
|
2018-07-01 22:50:33 +09:00
|
|
|
```
|
|
|
|
$ cd macemu/BasiliskII/src/Windows
|
|
|
|
$ ../Unix/autogen.sh
|
|
|
|
$ make
|
|
|
|
```
|
|
|
|
#### SheepShaver
|
|
|
|
##### macOS
|
|
|
|
1. Open SheepShaver/src/MacOSX/SheepShaver_Xcode8.xcodeproj
|
|
|
|
1. Set Build Configuration to Release
|
|
|
|
1. Build
|
|
|
|
|
2021-04-23 20:55:06 +09:00
|
|
|
or same as Linux (x86_64 only)
|
2020-01-29 11:22:52 +09:00
|
|
|
|
2021-04-23 20:55:06 +09:00
|
|
|
##### Linux(x86/x86_64)
|
2018-07-01 22:50:33 +09:00
|
|
|
```
|
2020-01-29 11:22:52 +09:00
|
|
|
$ cd macemu/SheepShaver/src/Unix
|
2018-07-01 22:50:33 +09:00
|
|
|
$ ./autogen.sh
|
|
|
|
$ make
|
|
|
|
```
|
2020-03-18 15:29:20 +09:00
|
|
|
##### MinGW32/MSYS2
|
2018-07-01 22:50:33 +09:00
|
|
|
```
|
|
|
|
$ cd macemu/SheepShaver
|
|
|
|
$ make links
|
|
|
|
$ cd src/Windows
|
|
|
|
$ ../Unix/autogen.sh
|
|
|
|
$ make
|
|
|
|
```
|
2020-10-09 14:03:53 +09:00
|
|
|
### Recommended key bindings for gnome
|
|
|
|
https://github.com/kanjitalk755/macemu/blob/master/SheepShaver/doc/Linux/gnome_keybindings.txt
|
|
|
|
|
|
|
|
(from https://github.com/kanjitalk755/macemu/issues/59)
|