Skip to content

Basilisk II Compilation Guide

Ricky Zhang edited this page Aug 11, 2017 · 14 revisions

Mac OS X

Intel Mac OS X

Power PC Mac 10.4 tiger

I personally tested this in my Apple iBook Laptop 14.1

  • Requisite ** Use Macport build git, gcc, sdl and gtk2 TODO fill in more details.

Linux

64bit Fedora Linux

I personally tested this in my Fedora 26 box.

  • Requisite ** sdl and gtk2 library

  • Configure

cd macemu/BasiliskII/src/Unix/
make clean
NO_CONFIGURE=1 ./autogen.sh
./configure --enable-sdl-video --enable-sdl-audio --disable-vosf --enable-jit-compiler --with-x --with-gtk
make -j 32
  • Note
  1. JIT doesn't work in 64 bit.
  2. slirp is not 64 bit clean. Use other methods for virtual networking. I tested that sheep_net module works up to kernel 4.11

Windows

Add me.

Virtualization

Docker

Vagrant