1------------------------- Compiling using your own SDK(s) -------------------------
2
3Requirements:  Linux (Ubuntu) If you are like me then you like to build your own environments!
4
5
6PSPSDK:   svn://ps2dev.org/psp/trunk/psptoolchain
7          svn://ps2dev.org/psp/trunk/zlib
8          svn://ps2dev.org/psp/trunk/libpng
9
10
11Open2X:   http://wiki.open2x.org/open2x/wiki/index.php
12          Grab Toolchain
13          Grab Prebuilt Libraries
14
15
16KOS:      http://sourceforge.net/projects/cadcdev/
17
18
19
20Linux:    Install neccessary SDL Components with Synaptic Package Manager
21          SDL-devel (Debian/Ubuntu name: libsdl2-dev)
22          SDL_gfx-devel (Debian/Ubuntu name: libsdl2-gfx-dev)
23          zlib-devel (Debian/Ubuntu name: zlib1g-dev)
24          libpng-devel (Debian/Ubuntu name: libpng12-dev)
25
26          For 64-bit Ubuntu/Debian, download getlibs
27          (http://ubuntuforums.org/showthread.php?t=474790) and use it to
28          install the SDL components listed above instead of Synaptic.
29
30          For both 32-bit and 64-bit systems, yasm is also needed.
31
32
33Windows:  http://www.mingw.org/
34          Install necessary SDL components from http://libsdl.org/download-2.0.php
35
36
37Execution:
38
39Build.sh  - Script file that compiles using various SDK environments (PSP, Dreamcast, Gp2x, Linux, Windows, and Wii)
40
41
42-----------------------------------------------------------------------------------
43
44
45------------------------- Compiling using prebuilt SDK(s) -------------------------
46
47Requirements:  Windows
48
49SVN repository @ http://svn.code.sf.net/p/openbor/tools/tools/
50
51Execution:
52
53Build.bat - Batch file that compiles all platforms using prebuilt SDK(s)
54
55-----------------------------------------------------------------------------------
56
57
58------------------------------------- Notes ---------------------------------------
59
60All compilations are moved to Releases folder when using build.sh or build.bat
61
62-----------------------------------------------------------------------------------
63
64
65Happy Linking.....;p
66
67
68For questions I can be contacted @ http://www.ChronoCrash.com
69
70
71Damon V. Caskey (dc@caskeys.com)
72