git clone https://github.com/hrydgard/ppsspp.git cd ppsspp git submodule update --init
#if !defined(_WIN32) && !defined(PANDORA) +//ucontext.h will be then skipped +#define _SYS_UCONTEXT_H 1 #include <signal.h> #endif
mkdir build cd build cmake .. -DARM:boolean=ON -DX86:boolean=OFF -DUSING_GLES2:boolean=ON -DHEADLESS:boolean=OFF make