Thursday, March 24, 2011

Install node.js on Ubuntu

The following will help you compile and install node.js on Ubuntu.

Install dependancies:
apt-get install g++ curl libssl-dev apache2-utils git-core

git the source:
git clone https://github.com/joyent/node.git

Compile node.js:
./configure
make
make install

No comments: