Compiling Basiisk II on Mint 17

About BasiliskII, a 68k Mac emulator for Windows, MacOSX, and Linux that can run System 7.x through MacOS 8.1.

Moderators: Cat_7, Ronald P. Regensburg

Post Reply
User avatar
ClockWise
Site Admin
Posts: 4397
Joined: Mon May 20, 2002 4:37 am
Location: Uiwang

Compiling Basiisk II on Mint 17

Post by ClockWise »

Here's some advice that was sent to me via e-mail today:

--

run
git clone https://github.com/cebix/macemu.git

install packages
build-essential
libsdl1.2-dev
libgtk2.0-dev

edit the files
video_sdl.spp
audio_sdl.cpp
change the lines #include <SDL... => #include <SDL/SDL...

run
automake.sh
./configure --enable-sdl-video --enable-sdl-audio --disable-vosf --enable-jit-compiler



edit the makefile add -lSDL to libs
LIBS = -lpthread -lm -lrt -lrt -lSDL


make
Post Reply