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
the bleeding edge(0.9.6) is on master branch, to build stable(0.9.5) svn you could do the following
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.
The repository is git-based so to get it you just need
Code:
git clone http://git.pcsx2mac.net/pcsx2mac
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://git.pcsx2mac.net/pcsx2mac 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.
PCSX2/MAC official blog - http://pcsx2mac.net
log an issue - http://redmine.pcsx2mac.net
Forums - http://forums.pcsx2.net/Forum-PCSX2-Mac
log an issue - http://redmine.pcsx2mac.net
Forums - http://forums.pcsx2.net/Forum-PCSX2-Mac