..:: PCSX2 Forums ::..

Full Version: PCSX2-Mac git repository -- for very adventurous --
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Ok, i finally set up a public repository so if you want you can try playing with it

The repository is git-based so to get it you just need
Code:
git clone http://quant0r.com/git/pcsx2.git

the bleeding edge(0.9.6) is on master branch, to build stable(0.9.5) svn you could do the following

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

This will also compile all the available plugins and put everything in ./bin directory. There are issues with this on Snow Leopard as it has 64-bit default compilation mode which breaks everything, might be some other issues.
Reference URL's