Skip to content

Instantly share code, notes, and snippets.

@jab416171
Created September 30, 2013 19:24
Show Gist options
  • Save jab416171/6768787 to your computer and use it in GitHub Desktop.
Save jab416171/6768787 to your computer and use it in GitHub Desktop.
wget http://nodejs.org/dist/node-latest.tar.gz
tar zxvf node-latest.tar.gz
cd node-v0.10.18/
./configure
make
make install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment