node.js 설치 (소스설치)
2014년 11월 23일 일요일
1. git 소스 다운로드
git clone https://github.com/joyent/node.git
cd node
git checkout v0.10.31
2. build
./configure --without-snapshot
make && make install
2014년 11월 23일 일요일
git clone https://github.com/joyent/node.git
cd node
git checkout v0.10.31
./configure --without-snapshot
make && make install