Created
February 25, 2014 16:25
-
-
Save yusuke024/9212323 to your computer and use it in GitHub Desktop.
Install Node.js, the hard way
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
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