forked from ps3dev/ps3toolchain
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME
59 lines (43 loc) · 1.48 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
====================
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