forked from rofl0r/openbor
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCOMPILING
85 lines (44 loc) · 2.58 KB
/
COMPILING
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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
------------------------- Compiling using your own SDK(s) -------------------------
Requirements: Linux (Ubuntu) If you are like me (S.X.) then you like to build your own environments!
PSPSDK: svn://ps2dev.org/psp/trunk/psptoolchain
svn://ps2dev.org/psp/trunk/zlib
svn://ps2dev.org/psp/trunk/libpng
PS2SDK: svn://ps2dev.org/ps2/trunk/ps2toolchain
svn://ps2dev.org/ps2/trunk/zlib
svn://ps2dev.org/ps2/trunk/libpng
Open2X: http://wiki.open2x.org/open2x/wiki/index.php
Grab Toolchain
Grab Prebuilt Libraries
KOS: http://sourceforge.net/projects/cadcdev/
PS3: Refer to Linux components.
Linux: Install neccessary SDL Components with Synaptic Package Manager
SDL-devel (Debian/Ubuntu name: libsdl1.2-dev)
SDL_gfx-devel (Debian/Ubuntu name: libsdl-gfx1.2-dev)
SDL_mixer-devel (Debian/Ubuntu name: libsdl-mixer1.2-dev)
SDL_image-devel (Debian/Ubuntu name: libsdl-image1.2-dev)
zlib-devel (Debian/Ubuntu name: zlib1g-dev)
libpng-devel (Debian/Ubuntu name: libpng12-dev)
For 64-bit Ubuntu/Debian, download getlibs
(http://ubuntuforums.org/showthread.php?t=474790) and use it to
install the SDL components listed above instead of Synaptic.
For both 32-bit and 64-bit systems, yasm is also needed.
Windows: http://www.bloodshed.net/
Install necessary SDL Components
DOS: http://www.lavalit.com/download
Grab OpenWatcom v1.1
XBoX: Google Search!
Execution:
Build.sh - Script file that compiles using various SDK environments (PSP, PS2, Dreamcast, Gp2x, Linux, Windows and XBOX)
-----------------------------------------------------------------------------------
------------------------- Compiling using prebuilt SDK(s) -------------------------
Requirements: Windows/DOS
sdkPack-v1.1.rar: Located Here @ http://www.lavalit.com/download/Development/Compilers/All-In-One/
Execution:
Build.bat - Batch file that compiles all platforms using prebuilt SDK(s)
-----------------------------------------------------------------------------------
------------------------------------- Notes ---------------------------------------
All compilations are moved to Releases folder when using build.sh or built.bat
-----------------------------------------------------------------------------------
Happy Linking.....;p
Any questions I can be contacted thru my site http://www.lavalit.com
By S.X.