标题: 在Raspberry Pi树莓派上编译Node.js
作者: Demon
链接: https://demon.tw/hardware/raspberry-pi-compile-node-js.html
版权: 本博客的所有文章,都遵守“署名-非商业性使用-相同方式共享 2.5 中国大陆”协议条款。
之前在《在Raspberry Pi 2树莓派2上安装Node.js》说了怎么安装Node.js,但是用这个方法在第一代树莓派上不适用,只能到官网下载预编译的包,当然也可以自己编译。
首先安装相应的工具:
sudo apt-get install git python g++ make
然后下载Node.js的源码:
git clone https://github.com/nodejs/node.git
编译:
make -j4
安装:
赞赏
sudo make install
微信赞赏支付宝赞赏
随机文章: