Linux HelloWorld - oxygine/oxygine-framework GitHub Wiki
Linux first Steps
These steps have been tested on Ubuntu 14.04
Needed pacakges
Open up a terminal ctrl + alt + t
sudo apt-get install git build-essential libz-dev libsdl2-dev libpng-dev libjpeg-dev
Setup workspace
Next create the workspace
mkdir ~/oxygine
cd ~/oxygine
Clone Oxygine and SDL
git clone https://github.com/oxygine/oxygine-framework.git
Build and run
cd ~/oxygine/oxygine-framework/examples/HelloWorld/proj.cmake
./run.sh