1.wget http://nodejs.org/dist/node-v0.6.9.tar.gz
tar zxvf node-v0.6.9.tar.gz
cd node-v0.6.9
./configure --prefix=/usr/local/node
make
make install
linux安装node.js
原文:http://www.cnblogs.com/agang-php/p/4117678.html