Tekkaman

导航

 

从源码安装Node

  Nodejs官网未并提供i686架构的bin,为了在i686架构cpu下使用Nodejs,需要从源码编译。

  1、./configure

  2、make

  3、make install 

  install后,node相关文件会被放置在/opt目录下,而在/usr/local/bin下会建立node、npm的软链。

参考:

1、https://github.com/nodejs/node/blob/master/BUILDING.md2

2、http://www.linuxidc.com/Linux/2014-05/101418.htm

posted on 2017-07-24 22:54  Tekkaman  阅读(265)  评论(0编辑  收藏  举报