_@zhng

导航

随笔分类 -  javascript/nodejs

ubuntu install node0.8.9 to the current user
摘要:1.to the current user.## log install node.0.8.9 to /home/zhng/devHome/node/0.8.9#0. preparesudo apt-get install g++sudo apt-get install curl#1. downloadwget http://nodejs.org/dist/v0.8.9/node-v0.8.9.tar.gz#2. tartar -zvxf http://nodejs.org/dist/v0.8.9/node-v0.8.9.tar.gz#3. before make, update config 阅读全文

posted @ 2012-09-24 10:37 _@zhng