How to build qemu on a OS X PPC host?

About Qemu-system-ppc, a PPC Mac emulator for Windows, macOS and Linux that can run Mac OS 9.0 up to Mac OS X 10.5

Moderators: Cat_7, Ronald P. Regensburg

Post Reply
darthnvader
Mac Mechanic
Posts: 178
Joined: Sun Feb 07, 2016 4:40 pm

How to build qemu on a OS X PPC host?

Post by darthnvader »

I want to build Qemu-system-ppc on a few G4's I have running 10.5.8, can anyone help me with some instructions on installing all qemu's dependancies?
Programmingkid
Apple Corer
Posts: 243
Joined: Sun Jan 31, 2016 6:01 pm

Re: How to build qemu on a OS X PPC host?

Post by Programmingkid »

I suggest using the tigerbrew package manager.

From the directions from this page: https://github.com/mistydemeo/tigerbrew

Install Tigerbrew:
ruby -e "$(curl -fsSkL raw.github.com/mistydemeo/tigerbrew/go/install)"

Install QEMU:
brew install qemu
Post Reply