标签:runtime windows boot 问题 res address win 下载 stage
首先下载boost库,根据提示:
1)运行 bootstrap.bat. 生成三个文件,其中包括b2
-- bootstrap.bat
2)运行b2
-- b2 install
3) 利用b2编译库文件
-- b2 -a --with-python address-model=64 toolset=msvc runtime-link=static
这里遇到些问题, address-model=64参数设置出现问题,后改成32则成功。
4)设置变量
-- set BOOST_ROOT=C:\local\boost_1_57_0
-- set BOOST_LIBRARYDIR=C:\local\boost_1_57_0\stage\lib
将这两个变量设置到到Path变量中: %BOOST_ROOT%;%BOOST_LIBRARYDIR%
5)然后运行pip install dlib
成功
Successfully installed dlib-19.1.0
windows + python3.5.2 + anaconda3 + dlib 安装配置
标签:runtime windows boot 问题 res address win 下载 stage
原文地址:http://www.cnblogs.com/jerrybaby/p/7687854.html