ppsspp/SDL/README.TXT

17 lines
334 B
Plaintext
Raw Normal View History

2012-11-01 15:19:01 +00:00
1. Install GCC, CMake, and development libraries for zlib and sdl.
2. cd SDL
3. ./buildassets.sh
4. ./b.sh
2012-11-01 15:19:01 +00:00
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
2012-11-02 06:48:45 +00:00
Do the above.