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

 

 

相关文章:

  • 2021-07-09
  • 2022-01-01
  • 2022-12-23
  • 2021-12-18
  • 2021-12-25
  • 2022-12-23
  • 2022-01-08
  • 2021-09-17
猜你喜欢
  • 2021-10-25
  • 2021-12-28
  • 2021-10-09
  • 2021-05-02
  • 2022-01-15
  • 2021-09-15
  • 2022-12-23
相关资源
相似解决方案