Skip to content

Instantly share code, notes, and snippets.

@rubenwardy
Last active October 31, 2022 02:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 2 You must be signed in to fork a gist
  • Save rubenwardy/5460986 to your computer and use it in GitHub Desktop.
Save rubenwardy/5460986 to your computer and use it in GitHub Desktop.
One line install script for The-NodeBox-Generator.
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 nodenoxeditor && cmake . && make -j2 && ./bin/nodeboxeditor
@Wayward1
Copy link

Wayward1 commented Jul 4, 2015

Small typo: "cd nodenoxeditor" should be "cd nodeboxeditor" :P

@tigercoding56
Copy link

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
for anyone that is bothered by that typo

Small typo: "cd nodenoxeditor" should be "cd nodeboxeditor" :P

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment