I was interested in building SheepShaver from the Git repository, but discovered that it required an older version of GCC in order to build successfully. Not to be deterred, I've built a Docker image the runs Debian Wheezy and builds SheepShaver from the master branch of the repository on GitHub. It's working pretty well so far, if you're interested you can check it out here:
https://github.com/cmiles74/docker-sheepshaverI have found that the kernel module for network access builds just fine with the current version of GCC, I recommend building and installing that module from source and then running the Docker image. I've been using the "slirp" interface and can see the network without issue.
Lastly, I am seeing a problem with the GUI... If the GUI is turned on, when I press the "Start" button I'll just get a black screen. If I turn the GUI off and rely on the command line parameters, then SheepShaver launches without issue. If anyone has a hint on this one, let me know and I'll update the image.
