sudo apt-get install g++ curl libssl-dev apache2-utils
sudo apt-get install git-coregit clone git://github.com/ry/node.git
cd node
./configure
make
sudo make install
see
http://www.codediesel.com/linux/installing-node-js-on-ubuntu-10-04/
天使消失的街道Less is more. |
sudo apt-get install g++ curl libssl-dev apache2-utils
sudo apt-get install git-coregit clone git://github.com/ry/node.git
cd node
./configure
make
sudo make install