Created
January 7, 2012 18:23
-
-
Save andrehjr/1575556 to your computer and use it in GitHub Desktop.
Installing 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
$ git clone git://github.com/joyent/node.git | |
$ git checkout v0.6.7 | |
$ ./configure --prefix=~/local/node | |
$ make && make install |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment