如果没有安装git,先使用命令apt-get install git,然后按以下步骤安装即可
Install the dependencies:
sudo apt-get install g++ curl libssl-dev apache2-utils
sudo apt-get install git-core
Run the following commands:
git clone git://github.com/ry/node.git
cd node
./configure
make
sudo make install
所有命令执行完毕之后,nodejs以及npm都安装完毕