(adsbygoogle = window.adsbygoogle || []).push({});
SETTING UP PS3CHAIN & PSL1GHT IN WINDOWS
Hello NGU this tutorial is written and created by Dm430. Today you will be learning to set up the ps3 tool chain and the PSL1GHT Sdk without Linux. So lets start!!
!!WHAT YOU NEED!!
- CygWin (Adds Linux Environment to windows)
- ps3chain
- PSL1GHT
To Start download Cygwin
You must login or register to view this content.. Next lets set up your Cygwin. Select install from internet.
You must login or register to view this content.
Next Click Devel until it turns from default to install and then install wget from web.
You must login or register to view this content.
Let it all download and install this will take a little depending on what mirror you chose. My download took about 10 minutes. It will then install Next it to open up you bash shell.
in your bash shell type
mkdir -p ~/dev/ps3
mkdir stands for make directory so we will be creating a directory in your profile C:\cygwin\home\"your user name"\dev\ps3
Next we need to modify are bashrc to set PS3DEV in are environment. to do so type the following in the bash shell.
export PS3DEV=$HOME/dev/ps3
export PATH=$PATH:$PS3DEV/bin:$PS3DEV/ppu/bin:$PS3DEV/spu/bin
This will update the bashrc
Next we have to create a clone of the ps3 tool chain from github to do this type the following
cd $PS3DEV
git clone git://github.com/HACKERCHANNEL/ps3chain.git
it then will copy it!
The next and final step to install the tool chain is to type
cd ps3chain
./buildit.sh all
now let the automated script do the rest for you come back in a while surf the internet watch tv or take a nap if there are no errors its done!
Well thats all for now happy thanks giving

. more later today.:p