Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 547 Bytes

README.md

File metadata and controls

26 lines (20 loc) · 547 Bytes

liborbis

Libraries and samples for PlayStation 4

Requirements

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

Compile & Install

The compile process is quite simple, just do

make clean all install

Examples

The repo also contains a samples folder with several examples. If you wanna compile them just do:

cd samples && make clean all

ENJOY