Last active
October 31, 2022 02:27
-
-
Save rubenwardy/5460986 to your computer and use it in GitHub Desktop.
One line install script for The-NodeBox-Generator.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
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
Small typo: "cd nodenoxeditor" should be "cd nodeboxeditor" :P