Windows下MVE编译以及使用

一、环境:
64-bit Win10
VS2015
CMake(3.7 or newer)
二、下载工程目录
MVE工程目录Windows下MVE编译以及使用_第1张图片
注意选择Branch为cmake,这里面多了第三方库3rdparty,然后下载工程即可:Download ZIP or git clone
下载之后解压工程目录如下:
Windows下MVE编译以及使用_第2张图片
三、编译
1、3rdparty编译(该目录下新建build文件夹)
(1) Where is source code: MVE project dir/3rdparty
(2) Where is build the binaries: project dir/3rdparty/build
(3) Then run the cmake (configure+generate)
(4) 进入build folder, VS2015 open the “3rdparty.sln”
(5) Set the solution configuration to “Release”+“x64”

你可能感兴趣的:(MVE,AI)