Hi, I need some help building/starting Basilisk II, long story short I moved off of OS X onto a laptop running Ubuntu 17.10.
There is a Basilisk II package however it doesn't seem to work. It throws:
Code:
Basilisk II V1.0 by Christian Bauer et al.
ERROR: Could not initialize SDL: No available video device.
I tried to pass the --display option to it, no luck there either, got the same result. X11 works fine, the DISPLAY variable is set (:1) I'm able to run xlogo, etc. without issue.
I then did a git clone off
https://github.com/cebix/macemu.git but the only Linux make options seem to be rpm oriented. How do I compile Basilisk II?
I'm sure there's going to be another issue after I build it, as this machine has a 4K display.
Thanks for any advice.