Skip to content
Donald Ness edited this page Oct 21, 2013 · 5 revisions

Building Cubelets Studio

To build Cubelets Studio for OS X:

  1. Install node-webkit version 0.7.2
  2. Install nw-gyp
  3. Clone and make Cubelets Studio
git clone https://github.com/modrobotics/cubelets-studio
make build-osx
  1. Open Cubelets Studio.app in the build folder!

Notes

Makefile assumes node-webkit is installed in /opt/node-webkit/[version]

Clone this wiki locally