opencv4nodejs linux centos 安装 install
时间:2021-08-24 17:07:18
收藏:0
阅读:30
全部在root用户下执行
npm install --global opencv-build这里要等些时间,安装期间cpu满载
npm -g root查看全局node_module目录 输出/usr/lib/node_modules
cd /usr/lib/node_modules
git clone https://github.com/justadudewhohacks/opencv4nodejs.git
cd opencv4nodejs
npm -g i nan native-node-utils npmlog
node install/install.js
原文:https://www.cnblogs.com/liukaigsx/p/15180942.html
评论(0)