ppsspp/SDL
2013-11-24 06:32:19 +01:00
..
.gitignore
buildassets.sh
README.TXT
SDLJoystick.cpp initialize values correctly for older compilers 2013-11-24 06:32:19 +01:00
SDLJoystick.h initialize values correctly for older compilers 2013-11-24 06:32:19 +01: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.