标签:bz2 class 复制 bsp pytho roc com get RoCE
环境:Ubuntu 16.04
Cmake 3.10
一、下载源码
到官网http://dlib.net/或者github上https://github.com/davisking/dlib下载源码。
我这里下载的是dlib-19.18版本。
二、Cmake
解压源码。
tar xvf dlib-19.18.tar.bz2
cmake .. -DUSE_AVX_INSTRUCTIONS=1
三、编译
cmake --build . --config Release
sudo make install
sudo ldconfig
【Dlib】Ubuntu16.04 cmake源码编译dlib C++
标签:bz2 class 复制 bsp pytho roc com get RoCE
原文地址:https://www.cnblogs.com/Ph-one/p/13830641.html