Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 738 Bytes

File metadata and controls

29 lines (21 loc) · 738 Bytes

ofApp

Build status : https://travis-ci.org/ofnode/ofApp.svg?branch=master

Compiling

Make sure that of and ofApp share the same folder. If that's not the case, you should use OF_ROOT CMake variable to tell cmake where to find of. For example : cmake .. -DOF_ROOT=~/dev/of -G Ninja

ScreenShot

Change directory to ofApp and perform these steps:

mkdir build
cd build
cmake .. -G Ninja
ninja

You can also use your prefered IDE to load the project (Qtcreator for example.) It's also possible to generate Xcode project with Ninja, this have not been tested though.

See also