Skip to content

Instantly share code, notes, and snippets.

@debianmaster
Created December 14, 2014 07:51
Show Gist options
  • Save debianmaster/88cac66683fd5a3c17c2 to your computer and use it in GitHub Desktop.
Save debianmaster/88cac66683fd5a3c17c2 to your computer and use it in GitHub Desktop.
nodejs build from source
wget http://nodejs.org/dist/v0.10.33/node-v0.10.33.tar.gz
sudo tar -xzf node-v0.10.33.tar.gz
cd node*
./configure
make
make install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment