Skip to content

Instantly share code, notes, and snippets.

@7kfpun
Last active August 29, 2015 14:16
Show Gist options
  • Save 7kfpun/6d588acef363749daefa to your computer and use it in GitHub Desktop.
Save 7kfpun/6d588acef363749daefa to your computer and use it in GitHub Desktop.
install nodejs
wget http://nodejs.org/dist/v0.12.0/node-v0.12.0.tar.gz
tar -zxf node-v0.12.0.tar.gz
cd node-v0.12.0
./configure && make && sudo make install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment