forked from HACKERCHANNEL/ps3chain
-
Notifications
You must be signed in to change notification settings - Fork 1
A PS3 toolchain builder, an alternative to ooPo's
hi3/ps3chain
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
==================== What does this do? ==================== This program will automatically build and install a compiler and other tools used in the creation of homebrew software for the Sony Playstation 3 videogame system. ================== How do I use it? ================== 1) Set up your environment by installing the following software: autoconf, automake, bison, flex, gcc, make, makeinfo/texinfo, ncurses (devel), patch, subversion, and wget 2) Create a location for the toolchain, make sure you have write access to wherever you chose. mkdir /usr/local/ps3dev or mkdir /opt/ps3dev or mkdir ~/ps3dev 3) Add the following to your login script: export PS3DEV=/location/above/ps3dev export PATH=$PATH:$PS3DEV/bin export PATH=$PATH:$PS3DEV/ppu/bin export PATH=$PATH:$PS3DEV/spu/bin 4) Run the buildit.sh script: ./buildit.sh all ========================== Where do I go from here? ========================== Visit the following sites to learn more: http://www.ps2dev.org http://forums.ps2dev.org Credits: ================== trap15 -- buildit.sh Aaron -- crt, buildit.sh improvements ooPo -- Writing the original toolchain segher -- Writing the buildit.sh that this is derived from Galaxy| -- 980x power! marcan -- pwn3d GameOS #HACKERCHANNEL -- The cool place. #ps3lv2 -- Hacking the PS3, one level at a time #ps3dev -- Fucking OT
About
A PS3 toolchain builder, an alternative to ooPo's
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published
Languages
- Shell 85.8%
- C 14.2%