mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
Now builds on Playbook and Dev Alpha Make emulator more compatible with other OS (case sensitivity, defines, includes) Uses Android's code paths and backend |
||
---|---|---|
.. | ||
.gitignore | ||
b.sh | ||
build_for_playbook.sh | ||
buildassets.sh | ||
CMakeLists.txt | ||
README.TXT | ||
SDLMain.h | ||
SDLMain.m |
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.