ppsspp/SDL
2014-09-01 16:35:19 +02:00
..
.gitignore
buildassets.sh Unified assets/ dir for icons/images 2012-12-17 01:47:39 +10:00
README.TXT
SDLJoystick.cpp Update to SDL2 2014-09-01 16:35:19 +02:00
SDLJoystick.h multiple SDL joystick support, initial commit untested 2014-05-31 02:35:10 +02:00
SDLMain.h
SDLMain.mm

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.