First you need to download and add the public key:
- Code: Select all
sudo wget -O - http://ppcutopia.ddns.net/repos/apt/conf/public.gpg.key|apt-key add -
-OR-
- Code: Select all
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv 548D45C5
Then, add the server to your sources.list:
- Code: Select all
sudo add-apt-repository "deb http://ppcutopia.ddns.net/repos/apt/debian sid main"
And update:
- Code: Select all
sudo apt-get update
Software:
ioquake3: ioquake3 on my repo runs on machines without Altivec. The version on Debian and Ubuntu repos does not detect altivec at runtime, and so it will not work on X5000.
OpenArena: based on ioquake3; the version on my repo should work on X5000.
I've also built several games that are not available on Debian or Ubuntu repos, such as dnt, Gigalomania, jvgs, and Xonotic, in addition to a couple game developer tools (NetRadiant and gmqcc).
Please let me know if you have any issues!
---Casey