Basilisk II and SheepShaver Macintosh emulators
Go to file
2019-07-09 16:12:29 -05:00
BasiliskII disable mouse grab if hard-cursor used 2019-05-03 18:50:41 +09:00
cxmon
SheepShaver Add entitlement for Hardened Runtime 2019-07-07 01:36:58 +09:00
.gitignore Add entitlement for Hardened Runtime 2019-07-07 01:36:58 +09:00
.travis.yml
README.md introduce my repo 2018-07-01 22:50:33 +09:00

BasiliskII

macOS 64-bit ---
Linux 32-bit JIT
MinGW 32-bit JIT

SheepShaver

macOS 64-bit JIT
Linux 32-bit JIT
MinGW 32-bit ---

How To Build

These builds need to be installed SDL2 framework/library.

BasiliskII

macOS
  1. Open BasiliskII/src/MacOSX/BasiliskII.xcodeproj
  2. Set Build Configuration to Release
  3. Build
Linux(x86)
$ cd macemu/BasiliskII/src/Unix
$ ./autogen.sh
$ make
MinGW32/MSYS
$ 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
Linux(x86)
$ cd macemu/SheepShaver
$ make links
$ cd src/Unix
$ ./autogen.sh
$ make
MinGW32/MSYS
$ cd macemu/SheepShaver
$ make links
$ cd src/Windows
$ ../Unix/autogen.sh
$ make