Thread: PCSX2 on a mac
View Single Post
Old October 5th, 2009   #89 (permalink)
Zedr0n
Registered User
 
Join Date: Aug 2006
Location: UK/London
Posts: 35
Just some updates, zzogl port is out, either grab a binary at pcsx2-mac.quant0r.com • View topic - ZZOgl port or go the hard way and try to compile from git repository

Code:
git clone ttp://quant0r.com/git/zzogl.git
cd zzogl
./build.sh
If you have all the dependencies shouldn't require any hacks, i've modified the configure system accordingly.

Also pcsx2 git repository is up, for very adventurous. The master branch is for 0.9.6 bleeding edge, which should compile but doesn't play any games as of yet. To build stable 0.9.5(svn)

Code:
git clone http://quant0r.com/git/pcsx2.git pcsx2_0.9.5
cd pcsx2_0.9.5
git checkout --track -b 0.9.5 origin/0.9.5
git submodule init
git submodule update
./build.sh
In other news, i've compiled 0.9.6 r1762 binary, although i haven't really done any debugging yet, so the only thing that works for now is gui, lol
Some pics of the gui for that matter



Last edited by Zedr0n; October 5th, 2009 at 13:00..
Zedr0n is offline   Reply With Quote