Skip to content

Installation of openframework qtcreator knitApp

Malo edited this page Jul 16, 2017 · 2 revisions
  1. Install openframeworks (tested with version of_v0.9.8_linux64_release)
  2. Install qtcreator (tested with version 5.6.2) (see: http://openframeworks.cc/setup/qtcreator/)
  3. Go where openframework is installed and, then, go in the folder OF_ROOT/apps/myapps (we will call the root of openframework installation OF_ROOT), here install the knit app. For example type the following command in a bash shell:
    >> git clone https://github.com/MaloDrougard/knit.git
  4. Launch qtcreator, in the welcome page click on Open project and chose the file OF_ROOT/apps/myapps/knit/knit.qbs
  5. In the file OF_ROOT/apps/myapps/knit/src/ofApp.cpp adapt the paths to your file system. (Change the absolute path at line 11,12 and 13)
  6. It should run !I hope so!)
Clone this wiki locally