Mac 必須安裝以下工具:
cmake >= 3.6
python = 2.7
pip
yasm
nasm
doxygen
Pystache (pip install pystache 或 pip install pystache -user)
six (pip install six)
構(gòu)建SDK的步驟如下:
創(chuàng)建并進入將構(gòu)建SDK的目錄:
mkdir build && cd build
執(zhí)行CMake配置項目:
cmake ..
構(gòu)建SDK:
cmake --build .