How to compile and run SheepShaver on Ubuntu 16.04 LTS?

Clash Royale CLAN TAG#URR8PPP up vote
0
down vote
favorite
I want to run SheepShaver PowerPC Mac emulator on my Ubuntu 16.04 LTS desktop.
How can I compile and run it?
16.04 mac emulation emulator
add a comment |Â
up vote
0
down vote
favorite
I want to run SheepShaver PowerPC Mac emulator on my Ubuntu 16.04 LTS desktop.
How can I compile and run it?
16.04 mac emulation emulator
add a comment |Â
up vote
0
down vote
favorite
up vote
0
down vote
favorite
I want to run SheepShaver PowerPC Mac emulator on my Ubuntu 16.04 LTS desktop.
How can I compile and run it?
16.04 mac emulation emulator
I want to run SheepShaver PowerPC Mac emulator on my Ubuntu 16.04 LTS desktop.
How can I compile and run it?
16.04 mac emulation emulator
asked Jun 5 at 16:26
N0rbert
14.2k32869
14.2k32869
add a comment |Â
add a comment |Â
1 Answer
1
active
oldest
votes
up vote
0
down vote
accepted
One should install build-dependencies and development packages:
sudo apt-get install build-essential
sudo apt-get install libgtk2.0-dev x11proto-xf86dga-dev
libesd0-dev libxxf86dga-dev libxxf86dga1 libsdl1.2-dev
Then clone official repository of the project and compile the application:
cd ~/Downloads
git clone https://github.com/cebix/macemu.git
cd macemu/SheepShaver
make links
cd src/Unix/
./autogen.sh
make -j3
Afterwards run it with ./SheepShaver, and you will get the following window:

add a comment |Â
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
0
down vote
accepted
One should install build-dependencies and development packages:
sudo apt-get install build-essential
sudo apt-get install libgtk2.0-dev x11proto-xf86dga-dev
libesd0-dev libxxf86dga-dev libxxf86dga1 libsdl1.2-dev
Then clone official repository of the project and compile the application:
cd ~/Downloads
git clone https://github.com/cebix/macemu.git
cd macemu/SheepShaver
make links
cd src/Unix/
./autogen.sh
make -j3
Afterwards run it with ./SheepShaver, and you will get the following window:

add a comment |Â
up vote
0
down vote
accepted
One should install build-dependencies and development packages:
sudo apt-get install build-essential
sudo apt-get install libgtk2.0-dev x11proto-xf86dga-dev
libesd0-dev libxxf86dga-dev libxxf86dga1 libsdl1.2-dev
Then clone official repository of the project and compile the application:
cd ~/Downloads
git clone https://github.com/cebix/macemu.git
cd macemu/SheepShaver
make links
cd src/Unix/
./autogen.sh
make -j3
Afterwards run it with ./SheepShaver, and you will get the following window:

add a comment |Â
up vote
0
down vote
accepted
up vote
0
down vote
accepted
One should install build-dependencies and development packages:
sudo apt-get install build-essential
sudo apt-get install libgtk2.0-dev x11proto-xf86dga-dev
libesd0-dev libxxf86dga-dev libxxf86dga1 libsdl1.2-dev
Then clone official repository of the project and compile the application:
cd ~/Downloads
git clone https://github.com/cebix/macemu.git
cd macemu/SheepShaver
make links
cd src/Unix/
./autogen.sh
make -j3
Afterwards run it with ./SheepShaver, and you will get the following window:

One should install build-dependencies and development packages:
sudo apt-get install build-essential
sudo apt-get install libgtk2.0-dev x11proto-xf86dga-dev
libesd0-dev libxxf86dga-dev libxxf86dga1 libsdl1.2-dev
Then clone official repository of the project and compile the application:
cd ~/Downloads
git clone https://github.com/cebix/macemu.git
cd macemu/SheepShaver
make links
cd src/Unix/
./autogen.sh
make -j3
Afterwards run it with ./SheepShaver, and you will get the following window:

answered Jun 5 at 16:26
N0rbert
14.2k32869
14.2k32869
add a comment |Â
add a comment |Â
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1043864%2fhow-to-compile-and-run-sheepshaver-on-ubuntu-16-04-lts%23new-answer', 'question_page');
);
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password