-
Notifications
You must be signed in to change notification settings - Fork 293
Basilisk II Compilation Guide
Ricky Zhang edited this page Aug 11, 2017
·
14 revisions
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.
I personally tested this in my Fedora 26 box.
-
Requisite
- Get sdl and gtk2 develop library from Fedora repo
-
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
- JIT doesn't work in 64 bit.
- slirp is not 64 bit clean. Use other methods for virtual networking. I tested that sheep_net module works up to kernel 4.11
Add me.