Skip to content

Instantly share code, notes, and snippets.

@yusuke024
Created February 25, 2014 16:25
Show Gist options
  • Save yusuke024/9212323 to your computer and use it in GitHub Desktop.
Save yusuke024/9212323 to your computer and use it in GitHub Desktop.
Install Node.js, the hard way
git clone [email protected]:joyent/node.git
cd node
./configure
make
make install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment