码迷,mamicode.com
首页 > 其他好文 > 详细

树莓派编译ncnn

时间:2018-03-27 16:34:33      阅读:450      评论:0      收藏:0      [点我收藏+]

标签:git   --   tencent   make   bsp   进入   ext   https   mkdir   

1.从github上下载ncnn

  git clone --recursive https://github.com/Tencent/ncnn

2.在ncnn根目录下创建build目录,安装cmake编译工具,进入执行编译

  cd ncnn

  mkdir build

  sudo apt-get install cmake -f

  cmake ..

3.编译ncnn

  make -j4

树莓派编译ncnn

标签:git   --   tencent   make   bsp   进入   ext   https   mkdir   

原文地址:https://www.cnblogs.com/d442130165/p/8657649.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!