macOS 64-bit ---
Linux 32-bit JIT
MinGW 32-bit JIT
macOS 64-bit JIT
Linux 32-bit JIT
MinGW 32-bit ---
These builds need to be installed SDL2 framework/library.
- Open BasiliskII/src/MacOSX/BasiliskII.xcodeproj
- Set Build Configuration to Release
- Build
$ cd macemu/BasiliskII/src/Unix
$ ./autogen.sh
$ make
$ cd macemu/BasiliskII/src/Windows
$ ../Unix/autogen.sh
$ make
- Open SheepShaver/src/MacOSX/SheepShaver_Xcode8.xcodeproj
- Set Build Configuration to Release
- Build
$ cd macemu/SheepShaver
$ make links
$ cd src/Unix
$ ./autogen.sh
$ make
$ cd macemu/SheepShaver
$ make links
$ cd src/Windows
$ ../Unix/autogen.sh
$ make