Run:
# git submodule init # git submodule update # npm install # export PATH="$PATH:`pwd`/node_modules/.bin" # mkdir build-app # cd build-app # cmake ../app # make # mkdir build-binding # cd build-binding # cmake ../binding # make