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”

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章