Windows下MVE编译以及使用

一、环境:
64-bit Win10
VS2015
CMake(3.7 or newer)
二、下载工程目录
MVE工程目录在这里插入图片描述
注意选择Branch为cmake,这里面多了第三方库3rdparty,然后下载工程即可:Download ZIP or git clone
下载之后解压工程目录如下:
在这里插入图片描述 三、编译 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”