sudo apt-get install g++ curl libssl-dev apache2-utils
sudo apt-get install git-core
git clone git://github.com/ry/node.git
wget http://nodejs.org/dist/v0.8.4/node-v0.8.4.tar.gz
gunzip node-v0.8.4.tar.gz
tar -xf node-v0.8.4.tar
cd node
./configure
make
sudo make install
Node.js 의 설치의 설치 경로는 /usr/local/bin/ 이다.
모듈의 경로는 /ib/node_modules/ 에 위치한다.
댓글 없음:
댓글 쓰기