Skip to content

Instantly share code, notes, and snippets.

@Wayward1
Forked from rubenwardy/nbe_compile.sh
Created July 4, 2015 00:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Wayward1/6e73d90a07333278138c to your computer and use it in GitHub Desktop.
Save Wayward1/6e73d90a07333278138c to your computer and use it in GitHub Desktop.
sudo apt-get install git-core build-essential libirrlicht-dev cmake libpng12-dev libbz2-dev libjpeg8-dev libgl1-mesa-dev && git clone http://github.com/rubenwardy/nodeboxeditor && cd nodeboxeditor && cmake . && make -j2 && ./bin/nodeboxeditor
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment