Basilisk II and SheepShaver Macintosh emulators
Go to file
2021-05-11 10:18:06 +09:00
BasiliskII removed unnecessary files from the uae_cpu libraries 2021-05-07 14:29:27 +09:00
cxmon remove stray non-ascii chars at start of mon_cmd.cpp 2017-12-10 11:27:16 -05:00
SheepShaver copy codegen_x86.h from BasiliskII 2021-05-05 23:18:15 +09:00
.gitignore Add entitlement for Hardened Runtime 2019-07-07 01:36:58 +09:00
README.md Update README.md 2021-05-11 10:18:06 +09:00

BasiliskII

macOS     x86_64 JIT / arm64 non-JIT
Linux x86 x86_64 JIT
MinGW x86        JIT

SheepShaver

macOS     x86_64 JIT / arm64 non-JIT
Linux x86 x86_64 JIT
MinGW x86        JIT

How To Build

These builds need to be installed SDL2.0.10+ framework/library.

BasiliskII

macOS

BasiliskII for macOS can be built with Apple Silicon Mac.

preparation:

$ brew install mpfr

For Intel Mac, checkout has_fpu_bug branch. But it has FPU issue if the binary runs on Apple Silicon Mac.

  1. Open BasiliskII/src/MacOSX/BasiliskII.xcodeproj
  2. Set Build Configuration to Release
  3. Build

or same as Linux (x86_64 only)

Linux(x86/x86_64)
$ cd macemu/BasiliskII/src/Unix
$ ./autogen.sh
$ make
MinGW32/MSYS2
$ cd macemu/BasiliskII/src/Windows
$ ../Unix/autogen.sh
$ make

SheepShaver

macOS
  1. Open SheepShaver/src/MacOSX/SheepShaver_Xcode8.xcodeproj
  2. Set Build Configuration to Release
  3. Build

or same as Linux (x86_64 only)

Linux(x86/x86_64)
$ cd macemu/SheepShaver/src/Unix
$ ./autogen.sh
$ make
MinGW32/MSYS2
$ cd macemu/SheepShaver
$ make links
$ cd src/Windows
$ ../Unix/autogen.sh
$ make

https://github.com/kanjitalk755/macemu/blob/master/SheepShaver/doc/Linux/gnome_keybindings.txt

(from https://github.com/kanjitalk755/macemu/issues/59)