win10下编译安装ncnn

win10下编译安装ncnn

第一步 自行安装VS2017、CMake软件。

Cmake可以在网盘自取:

链接:https://pan.baidu.com/s/16w_ZVHDb4_y-56WmDHMXlg
提取码:hezy

下载protobuf和ncnn源码

protobuf下载链接:https://github.com/google/protobuf/archive/v3.4.0.zip

ncnn下载链接:https://github.com/Tencent/ncnn

编译protobuf

将protobuf解压后启动VS2017的工具命令(这里别弄错了了)

cd C:\protobuf-3.4.0
mkdir build-vs2017
cd build-vs2017
cmake -G"NMake Makefiles" -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=%cd%/install -Dprotobuf_BUILD_TESTS=OFF -Dprotobuf_MSVC_STATIC_RUNTIME=OFF ../cmake

如下图:image-20210919094915444

然后执行编译

nmake

如下图:

image-20210919095940483

在执行命令安装

nmake install

image-20210919100104587

编译ncnn

进入到ncnn目录下面

cd C:\Users\WH\Downloads\ncnn-master

创建文件夹,并编译。

注意:cmake这条执行需要指定“C:\Users\WH\Downloads\protobuf-3.4.0”的目录,根据自己的目录配置。

mkdir -p build-vs2017
cd build-vs2017
cmake -G"NMake Makefiles" -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=%cd%/install -DProtobuf_INCLUDE_DIR=C:\Users\WH\Downloads\protobuf-3.4.0/build-vs2017/install/include -DProtobuf_LIBRARIES=C:\Users\WH\Downloads\protobuf-3.4.0/build-vs2017/install/lib/libprotobuf.lib -DProtobuf_PROTOC_EXECUTABLE=C:\Users\WH\Downloads\protobuf-3.4.0/build-vs2017/install/bin/protoc.exe ..

image-20210919101054392

编译ncnn

nmake

image-20210919103403777

安装

nmake install

``

[外链图片转存中…(img-LbwekaaE-1635234969375)]

安装

nmake install

image-20210919103226978

评论 1
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包

打赏作者

AI浩

你的鼓励将是我创作的最大动力

¥1 ¥2 ¥4 ¥6 ¥10 ¥20
扫码支付:¥1
获取中
扫码支付

您的余额不足,请更换扫码支付或充值

打赏作者

实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值