MatChung/ps3dev-Cygwin
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
Have you always wanted to be able to make ps3 homebrew but couldn't compile the toolchain?
Well now you can. With my pre-compiled ooPo ps3toolchain for Cygwin. *(If you have errors it most likely means you are not runnig Windows 7 <which i compiled this on> or you have not instaled all the neccesary packages for this to work.)*(but not being on Windows 7 sholdnt make a difference)*
PLEASE DON'T MIRROR!!!!! IF YOU WANT TO MIRROR IT FORK IT!!!!!!!!!!!!!!!
Just place it in any of these places
/home/{User}/ps3dev/
/usr/local/ps3dev/
/home/{User}/Desktop/ps3dev/
Any of those places will be fine.
Then open your .bashrc and at the very bottom place this text it will vary for the place you put the toolchain. (but I will put all three of the place you could have put it.) ONLY USE ONE.
If you put it in /usr/local/ps3dev/ you will need to put this into your .bashrc
## Setup ps3toolchain environment
export PS3DEV=/usr/local/ps3dev
export PATH=$PATH:$PS3DEV/bin
export PATH=$PATH:$PS3DEV/host/ppu/bin
export PATH=$PATH:$PS3DEV/host/spu/bin
## Setup PSL1GHT Environment
export PSL1GHT=$PS3DEV/psl1ght
export PATH=$PATH:$PSL1GHT/host/bin
if you put it in /home/{User}/ps3dev/ you will need to put this into your .bashrc]
## Setup ps3toolchain environment
export PS3DEV=/home/{User}/ps3dev
export PATH=$PATH:$PS3DEV/bin
export PATH=$PATH:$PS3DEV/host/ppu/bin
export PATH=$PATH:$PS3DEV/host/spu/bin
## Setup PSL1GHT Environment
export PSL1GHT=$PS3DEV/psl1ght
export PATH=$PATH:$PSL1GHT/host/bin
If you put it in /home/{User}/Desktop/ps3dev/ you will need to put this into your .bashrc
## Setup ps3toolchain environment
export PS3DEV=/home/{User}/Desktop/ps3dev
export PATH=$PATH:$PS3DEV/bin
export PATH=$PATH:$PS3DEV/host/ppu/bin
export PATH=$PATH:$PS3DEV/host/spu/bin
## Setup PSL1GHT Environment
export PSL1GHT=$PS3DEV/psl1ght
export PATH=$PATH:$PSL1GHT/host/bin
Thats it! Now you have the ooPo ps3toolchain installed.
If you still do not understand what to do you are hopeless until I create a script that can do all of this for you.
PS....
This is a Beta Release of the compiled toolchain. There are no viruses and i think no bugs. if there are any bugs please message me on github or psgroove. if you want to build it yourself the script it located at htts://github.com/ooPo/ps3toolchain.
I put this at the very bottom of this post so that you read all of it before cloning or forking the repo.
1) To get the pre-compiled toolchain on linux make sure you have git installed.
2) Open terminal and cd to one of the three directories above
3) type " git clone https://github.com/Goblom/ooPo-ps3toolchain-Cygwin.git " without the quotes
4) it may take a while because it is 540mb.
==========================================================================
Goblom - psgroove.com -- http://psgroove.com/member.php?42705-Goblom
Goblom - github.com -- https://github.com/Goblom
Goblom - My Home Site -- http://ps3dev.comlu.com