Skip to content

Instantly share code, notes, and snippets.

@carlcrott
Created April 16, 2014 22:29
Show Gist options
  • Save carlcrott/10939107 to your computer and use it in GitHub Desktop.
Save carlcrott/10939107 to your computer and use it in GitHub Desktop.
wget http://nodejs.org/dist/v0.10.26/node-v0.10.26.tar.gz
tar -xzvf node-v0.10.26.tar.gz
cd node*
./configure --prefix=/usr/local && make && make install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment