01 2022 档案

摘要:boost编译与安装: b2 stage --toolset=msvc-14.2 --stagedir="D:\boost\stage\boost_1_78_0\vc142" --with-date_time link=static runtime-link=shared runtime-link= 阅读全文
posted @ 2022-01-28 11:39 echohelper
摘要:configure -prefix .\build\ -opensource -nomake demos -nomake examples -platform win32-msvc2015 configure -prefix .\build\ -opensource -nomake demos -n 阅读全文
posted @ 2022-01-24 09:07 echohelper
摘要:Vs版本与平台工具集版本的对应关系如下: -Visual Studio 2019: V142 -Visual Studio 2017: V141 -Visual Studio 2015: V140 -Visual Studio 2013: V120 -Visual Studio 2012: V110 阅读全文
posted @ 2022-01-05 10:45 echohelper