Skip to content

ofnode/ofApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published