Ubuntu 编译安装node.js
到node.js网站下载最新压缩包,然后解压到/opt目录下。
安装GCC后,运行./configure
make...make install
可以运行make test进行测试。