Skip to content

Instantly share code, notes, and snippets.

@Coornail
Created September 30, 2014 09:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Coornail/754aae1dbca2affbc449 to your computer and use it in GitHub Desktop.
Save Coornail/754aae1dbca2affbc449 to your computer and use it in GitHub Desktop.
# Install node and packages.
cd /tmp/
git clone https://github.com/joyent/node.git --depth=100
cd node
git checkout v0.10.28
./configure
make -j2
sudo make install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment