Git repositories — for advanced users only –
October 5th, 2009
I’ve been restructuring the code and it’s finally in state when it could be build the almost standard configure/make way.
ZZogl port is up with
git clone http://quant0r.com/git/zzogl.git
The main source you can get with
git clone http://quant0r.com/git/pcsx2.git
The master branch is 0.9.6, you can also build stable svn(0.9.5) with
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
cd pcsx2_0.9.5
git checkout --track -b 0.9.5 origin/0.9.5
git submodule init
git submodule update
./build.sh
The web interface can be found at gitweb




I just tried to build this on my mac and got a long list of errors. I used the commands in the third set in this post.
the last few errors were:
————–
Building pcsx2
————–
./build.sh: line 86: aclocal: command not found
./build.sh: line 87: autoconf: command not found
./build.sh: line 88: automake: command not found
./build.sh: line 89: ./configure: No such file or directory
./build.sh: line 90: make: command not found
Any suggestions? I can’t get the compiled builds to work either so I was hoping this might work…
Comment by Brady — October 6, 2009 @ 3:47 pm
This is for very adventurous and advanced users only, it’s not a ready solution in any way. In your case, you don’t even have the build system(compiler, linker,etc…) set up
Comment by zedr0n — October 6, 2009 @ 3:49 pm
Thanks, I figured that out after googling abit. hah
Comment by Brady — October 15, 2009 @ 4:50 am
Is the git repo broken?
git clone http://quant0r.com/git/pcsx2.git
Initialized empty Git repository in /Users/atr/Downloads/pcsx2/.git/
error: inflate: data stream error (incorrect header check)
error: inflate: data stream error (incorrect header check)
error: inflate: data stream error (incorrect header check)
error: inflate: data stream error (incorrect header check)
error: inflate: data stream error (incorrect header check)
error: inflate: data stream error (incorrect header check)
error: inflate: data stream error (incorrect header check)
error: inflate: data stream error (incorrect header check)
error: inflate: data stream error (incorrect header check)
error: File 28e9f5abf7905dcf6b4ce9fe4ab9e6d7e43afe0d (http://quant0r.com/git/pcsx2.git/objects/28/e9f5abf7905dcf6b4ce9fe4ab9e6d7e43afe0d) corrupt
Comment by Ethan — November 3, 2009 @ 2:49 pm
git seems to not work well with http, i’ll have to run `git gc` when i get home
Comment by zedr0n — November 3, 2009 @ 3:22 pm
problems with the repo….
git clone http://quant0r.com/git/pcsx2.git
Initialized empty Git repository in /Users/gs/Development/pcsx2/.git/
error: inflate: data stream error (incorrect header check)
error: inflate: data stream error (incorrect header check)
error: inflate: data stream error (incorrect header check)
error: inflate: data stream error (incorrect header check)
error: inflate: data stream error (incorrect header check)
error: inflate: data stream error (incorrect header check)
error: inflate: data stream error (incorrect header check)
error: inflate: data stream error (incorrect header check)
error: inflate: data stream error (incorrect header check)
error: inflate: data stream error (incorrect header check)
error: inflate: data stream error (incorrect header check)
error: File 28e9f5abf7905dcf6b4ce9fe4ab9e6d7e43afe0d (http://quant0r.com/git/pcsx2.git/objects/28/e9f5abf7905dcf6b4ce9fe4ab9e6d7e43afe0d) corrupt
I checked all of them… same thing… thoughts?
Comment by mage — November 13, 2009 @ 10:07 pm
fixed repo
Comment by zedr0n — November 14, 2009 @ 12:21 pm
strangely I’m still getting a file corrupt error: however for whatever reason (ignorance, possibly) i noticed it DID seem to DL src files this time.
err message just in case:
Initialized empty Git repository in /Users/gs/Development/git/zzogl/.git/
error: inflate: data stream error (incorrect header check)
…..
error: inflate: data stream error (incorrect header check)
error: File cd76e443d1ce9012e7b8207b24bc06da1623d387 (http://quant0r.com/git/zzogl.git/objects/cd/76e443d1ce9012e7b8207b24bc06da1623d387) corrupt
Comment by mage — November 17, 2009 @ 11:38 pm
umm - is there another way to get the current sourse? I would really like to build my own revisions but this repo still seems to not work. TALK TO ME PEOPLE! HELLO, Hello, hello……….
Comment by camcorderdoctor — February 28, 2010 @ 12:50 am