Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 511 Bytes

README.md

File metadata and controls

27 lines (17 loc) · 511 Bytes

ofApp

Compiling

Make sure that of and ofApp share the same folder.

ScreenShot

Change directory to ofApp and perform these steps:

mkdir build
cd build
cmake .. -G Ninja -DCMAKE_CXX_COMPILER=clang++ -DCMAKE_BUILD_TYPE=Release
ninja

See also