Skip to content

Instantly share code, notes, and snippets.

@jayco
Created October 28, 2012 10:38
Show Gist options
  • Save jayco/3968287 to your computer and use it in GitHub Desktop.
Save jayco/3968287 to your computer and use it in GitHub Desktop.
download node
#enter in repo
git clone git://github.com/joyent/node.git
#navigate into folder
cd node
#run the configure executable
./configure
#run the make file
make
#then run the make install
#note, check for code permissions at the end of the install. You don't want to have root running this, use chmod as required
sudo make install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment