Skip to content
/ macemu Public
forked from kanjitalk755/macemu

Basilisk II and SheepShaver Macintosh emulators

Notifications You must be signed in to change notification settings

aarojun/macemu

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Recommended key bindings for gnome

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

(from kanjitalk755#59)

About

Basilisk II and SheepShaver Macintosh emulators

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 65.6%
  • C 26.5%
  • M4 2.6%
  • Objective-C++ 1.7%
  • Assembly 1.3%
  • Makefile 0.7%
  • Other 1.6%