Skip to content

Instantly share code, notes, and snippets.

@andrehjr
Created January 7, 2012 18:23
Show Gist options
  • Save andrehjr/1575556 to your computer and use it in GitHub Desktop.
Save andrehjr/1575556 to your computer and use it in GitHub Desktop.
Installing node
$ 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