Mac 必须安装以下工具:
cmake >= 3.6
python = 2.7
pip
yasm
nasm
doxygen
Pystache (pip install pystache 或 pip install pystache -user)
six (pip install six)
构建SDK的步骤如下:
创建并进入将构建SDK的目录:
mkdir build && cd build
执行CMake配置项目:
cmake ..
构建SDK:
cmake --build .
网友评论