BizHawk/ppsspp/SDL
goyuken 39f82cbca9 psphawk 2013-06-25 00:14:35 +00:00
..
.gitignore psphawk 2013-06-25 00:14:35 +00:00
README.TXT psphawk 2013-06-25 00:14:35 +00:00
SDLMain.h psphawk 2013-06-25 00:14:35 +00:00
SDLMain.mm psphawk 2013-06-25 00:14:35 +00:00
buildassets.sh psphawk 2013-06-25 00:14:35 +00:00

README.TXT

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.