Created
December 13, 2012 09:18
-
-
Save Megic/4275187 to your computer and use it in GitHub Desktop.
Nodejs
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 先要安装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