Skip to content

Instantly share code, notes, and snippets.

@Megic
Created December 13, 2012 09:18
Show Gist options
  • Save Megic/4275187 to your computer and use it in GitHub Desktop.
Save Megic/4275187 to your computer and use it in GitHub Desktop.
Nodejs
先要安装make gcc-c++ openssl-devel 等
wget http://nodejs.org/dist/v0.8.7/node-v0.8.7.tar.gz(使用官网地址)
tar xvf node-v0.8.7.tar.gz
cd node-v0.8.7
./configure
make
make install
npm install forever -g //-g参数,作为系统命令
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment