## nodejs 安装wget http://nodejs.org/dist/v0.10.26/node-v0.10.26.tar.gz
sudo yum install gcc gcc-c++
./configure
make
sudo make install
node --version