macemu/README.md

61 lines
1.1 KiB
Markdown
Raw Normal View History

2018-07-01 13:50:33 +00:00
#### BasiliskII
```
2020-09-01 13:25:04 +00:00
macOS 64-bit JIT
2018-07-01 13:50:33 +00:00
Linux 32-bit JIT
MinGW 32-bit JIT
```
#### SheepShaver
```
macOS 64-bit JIT
Linux 32-bit JIT
2020-03-18 06:29:20 +00:00
MinGW 32-bit JIT
2018-07-01 13:50:33 +00:00
```
### How To Build
2019-10-24 02:36:51 +00:00
These builds need to be installed SDL2.0.10+ framework/library.
2018-07-01 13:50:33 +00:00
#### BasiliskII
##### macOS
1. Open BasiliskII/src/MacOSX/BasiliskII.xcodeproj
1. Set Build Configuration to Release
1. Build
2020-01-29 02:22:52 +00:00
(or same as Linux)
2018-07-01 13:50:33 +00:00
##### Linux(x86)
```
$ cd macemu/BasiliskII/src/Unix
$ ./autogen.sh
$ make
```
2020-03-18 06:29:20 +00:00
##### MinGW32/MSYS2
2018-07-01 13:50:33 +00: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
2020-01-29 02:22:52 +00:00
(or same as Linux)
2018-07-01 13:50:33 +00:00
##### Linux(x86)
```
2020-01-29 02:22:52 +00:00
$ cd macemu/SheepShaver/src/Unix
2018-07-01 13:50:33 +00:00
$ ./autogen.sh
$ make
```
2020-03-18 06:29:20 +00:00
##### MinGW32/MSYS2
2018-07-01 13:50:33 +00:00
```
$ cd macemu/SheepShaver
$ make links
$ cd src/Windows
$ ../Unix/autogen.sh
$ make
```
2020-10-09 05:03:53 +00: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)