Created
October 28, 2012 10:38
-
-
Save jayco/3968287 to your computer and use it in GitHub Desktop.
download node
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#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