Today PlayStation 3 developer ThatOtherDev has made available PS3 development source code and compiling tools in hopes to encourage others to create PS3 homebrew applications and games.
Download: PS3 Development Source Code and Compiling Tools
To quote: I don’t remember by whom but I’m reasonably certain I’ve been asked for this before and I suspect there is probably a handful of people that would find this useful. So here it is.
I’ve uploaded a compressed file that contains the (admittedly outdated) compiled copy of PSL1GHT that I’ve been using (and continue to use) for all of my recent PS3 homebrew.
The archive also includes the source code for They Do Not Die 2, We Are Nowhere, The Unmapped Forest, Slime Roll, Sketch Fight, Goodbye World, Don’t Get Crushed, Cascade Beneath and Avoidance. Along with the source code is all of the related media.
How to use it (well running Ubuntu):
Just add the following text at the bottom of your bashrc file.
Then open up the terminal and install the following libraries (some of these probably aren’t really necessary but some definitely are).Code:## 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
Extract the contents of the above ps3dev.tgz archive to the /usr/local/ folder.Code:sudo apt-get install autoconf automake bison flex texinfo libncurses5-dev gcc g++ make wget libelf-dev sudo apt-get install python2.6-dev python-dev zlib1g-dev libtool git-core libgmp3-dev libssl-dev pkg-config sudo apt-get install libcloog-ppl-dev
Then in the terminal just open the directory for one of the projects (such as They Do Not Die 2).
Finally enter this to compile it (Doing make clean first would probably also be a good idea).Code:cd $PS3DEV/MyProjects/projects/TheyDoNotDie2
What I would like you to do: Make something. There is an appalling lack of original games being made in the homebrew community and I implore you to take part in changing this.Code:make pkg
Give credit when credit is due. Don’t just reskin one of the games or change a couple things and pretend that you have made something new.
More PlayStation 3 News...
13261 HeyManHRU
13236 PS3 News
11307 elser1
11169 oVERSoLDiER
9248 GrandpaHomer
8628 Tidusnake666
7968 saviour07
7340 condorstrike
7258 deank
6858 OGroteKoning
25108 PS3 News
5279 Starlight
2964 HeyManHRU
2180 elser1
2174 CJPC
1815 cfwprophet
1756 her0
1573 oVERSoLDiER
1294 GrandpaHomer
1080 barrybarryk





