[Ubuntu]compile nodejs

前端之家收集整理的这篇文章主要介绍了[Ubuntu]compile nodejs前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。

I was trying to use chinese but my input program went down.

how to get code of nodejs

  1. go visit https://github.com/nodejs/node/releases,and you will find all versions of nodejs

  2. download on of them,lets say https://github.com/nodejs/node/releases/tag/v7.8.0

  3. and you will get a file node-7.8.0.tar.gz
  4. extract it to a path with only ascii codes say ~/sources/node-7.8.0
  5. cd into this folder
  6. run ./configure
  7. run make -j4
  8. run make install
  9. anything wrong,please goto https://github.com/nodejs/node/issues and search issues that you meet with and you will find a solution.
  10. if any doult,email: sunruiyeyipeng@163.com
原文链接:https://www.f2er.com/ubuntu/353657.html

猜你在找的Ubuntu相关文章