Node.js
From KevinWiki
Install Node.js and NPM
$ git clone https://github.com/joyent/node.git $ cd node # Visit the Node.js website to find out the current version. $ git checkout v0.10.20 $ ./configure && make && sudo make install
$ git clone https://github.com/joyent/node.git $ cd node # Visit the Node.js website to find out the current version. $ git checkout v0.10.20 $ ./configure && make && sudo make install