Skip to content

Building Instructions

Nuno Hespanhol edited this page Apr 28, 2016 · 7 revisions
  1. Clone full OF repo into local filesystem, for e.g. into ~/Development. This might take a while.

    mkdir -p ~/Development git clone https://github.com/openframeworks/openFrameworks.git ~/Development/openFrameworks

  2. Checkout openFrameworks stable branch.

    cd ~/Development/openFrameworks git checkout stable

  3. Clone Gamult repo into openFrameworks/apps.

    cd ~/Development/openFrameworks/apps git clone https://github.com/Digitopia/Gamult.git

Clone this wiki locally