How to compile and run SheepShaver on Ubuntu 16.04 LTS?

The name of the pictureThe name of the pictureThe name of the pictureClash 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?







share|improve this question























    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?







    share|improve this question





















      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?







      share|improve this question











      I want to run SheepShaver PowerPC Mac emulator on my Ubuntu 16.04 LTS desktop.



      How can I compile and run it?









      share|improve this question










      share|improve this question




      share|improve this question









      asked Jun 5 at 16:26









      N0rbert

      14.2k32869




      14.2k32869




















          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:



          SheepShaver under Ubuntu 16.04 LTS






          share|improve this answer





















            Your Answer







            StackExchange.ready(function()
            var channelOptions =
            tags: "".split(" "),
            id: "89"
            ;
            initTagRenderer("".split(" "), "".split(" "), channelOptions);

            StackExchange.using("externalEditor", function()
            // Have to fire editor after snippets, if snippets enabled
            if (StackExchange.settings.snippets.snippetsEnabled)
            StackExchange.using("snippets", function()
            createEditor();
            );

            else
            createEditor();

            );

            function createEditor()
            StackExchange.prepareEditor(
            heartbeatType: 'answer',
            convertImagesToLinks: true,
            noModals: false,
            showLowRepImageUploadWarning: true,
            reputationToPostImages: 10,
            bindNavPrevention: true,
            postfix: "",
            onDemand: true,
            discardSelector: ".discard-answer"
            ,immediatelyShowMarkdownHelp:true
            );



            );








             

            draft saved


            draft discarded


















            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






























            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:



            SheepShaver under Ubuntu 16.04 LTS






            share|improve this answer

























              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:



              SheepShaver under Ubuntu 16.04 LTS






              share|improve this answer























                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:



                SheepShaver under Ubuntu 16.04 LTS






                share|improve this answer













                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:



                SheepShaver under Ubuntu 16.04 LTS







                share|improve this answer













                share|improve this answer



                share|improve this answer











                answered Jun 5 at 16:26









                N0rbert

                14.2k32869




                14.2k32869






















                     

                    draft saved


                    draft discarded


























                     


                    draft saved


                    draft discarded














                    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













































































                    Popular posts from this blog

                    Which professions warranted travel in Medieval times?

                    How do so many people here on Academia.SE, and in general, afford lavish higher education programs?

                    Trouble downloading packages list due to a “Hash sum mismatch” error