ppsspp/SDL
2012-11-08 03:40:14 +10:00
..
.gitignore Add snapshot of the whole source code. 2012-11-01 16:19:01 +01:00
b.sh Add a reminder about the submodule to the README, and some other minor 2012-11-03 22:42:15 +01:00
bar-descriptor.xml Blackberry 10 fully supported with working video, input and sound on Playbook, Dev Alpha and beyond. 2012-11-08 03:22:10 +10:00
build_for_playbook.sh Blackberry 10 fully supported with working video, input and sound on Playbook, Dev Alpha and beyond. 2012-11-08 03:22:10 +10:00
buildassets.sh Add a reminder about the submodule to the README, and some other minor 2012-11-03 22:42:15 +01:00
CMakeLists.txt Blackberry 10 fully supported with working video, input and sound on Playbook, Dev Alpha and beyond. 2012-11-08 03:22:10 +10:00
icon-114.png An icon for the Blackberry packaging 2012-11-08 03:40:14 +10:00
package_for_playbook.sh Blackberry 10 fully supported with working video, input and sound on Playbook, Dev Alpha and beyond. 2012-11-08 03:22:10 +10:00
README.TXT Add a reminder about the submodule to the README, and some other minor 2012-11-03 22:42:15 +01:00
SDLMain.h Add snapshot of the whole source code. 2012-11-01 16:19:01 +01:00
SDLMain.m Add snapshot of the whole source code. 2012-11-01 16:19:01 +01:00

1. Install GCC, CMake, and development libraries for zlib and sdl.
2. cd SDL
3. ./buildassets.sh
4. ./b.sh

That should do it.

Special instructions for MacOSX:

Install XCode
Install CMake
Open XCode, Preferences, Downloads, Components. Install the command line toools.

Install MacPorts
Using MacPorts, install libpng
Do the above.