MYNT-EYE-S-SDK/doc/zh-Hans/guide_build_linux.md
2018-05-03 14:45:33 +08:00

749 B
Raw Blame History

编译 on Linux

Ubuntu 16.04, Ubuntu 14.04

获取代码

git clone https://github.com/slightech/MYNT-EYE-SDK-2.git

准备依赖

cd mynt-eye-sdk-2/
make init

OpenCV

编译前可在系统终端Windows 命令提示符)里如下指定 OpenCV 路径,其为 OpenCVConfig.cmake 目录:

# Linux, macOS
export OpenCV_DIR=~/opencv

# Windows
set OpenCV_DIR=C:\opencv

编译代码

make install

结果:

make install

\latexonly \includegraphics[width=0.6\textwidth,keepaspectratio]{make_install.png} \endlatexonly

CMake 如何引入编译好的库,可参考 samples/CMakeLists.txt 里的配置。