Libraries and samples for PlayStation 4
This repo requires to have properly the ps4toolchain and the ps4sdk installed. Additionally remember to have the bash environment variables declared, you can use:
cd /usr/local/orbisdev
. ./orbisdev.sh
The compile process is quite simple, just do
make clean all install
The repo also contains a samples
folder with several examples. If you wanna compile them just do:
cd samples && make clean all