Red hat Linux 安装Node.js 源码安装

时间:2014-06-27 14:55:37   收藏:0   阅读:224

1、 下载源码包 http://nodejs.org/dist/v0.10.29/node-v0.10.29.tar.gz

2、准备安装环境,>python2.6, gcc, g++

  python redhat自带了不用装,

  gcc:  yum install -y gcc gcc-c++

3、 

  tar -zxf node-v0.10.29.tar.gz

  cd node-v0.10.29

  ./configure && make && sudo make install

 

 

Red hat Linux 安装Node.js 源码安装,布布扣,bubuko.com

评论(0
© 2014 mamicode.com 版权所有 京ICP备13008772号-2  联系我们:gaon5@hotmail.com
迷上了代码!