wiki:cpp:boost-thread-mt
差别
这里会显示出您选择的修订版和当前版本之间的差别。
两侧同时换到之前的修订记录前一修订版后一修订版 | 前一修订版 | ||
wiki:cpp:boost-thread-mt [2019/02/26 19:24] – colin | wiki:cpp:boost-thread-mt [2023/01/03 15:25] (当前版本) – 外部编辑 127.0.0.1 | ||
---|---|---|---|
行 1: | 行 1: | ||
+ | ====== Linux下编译boost库生成 libboost_thread-mt.a 的方法 ====== | ||
+ | boost库的编译的Properties: | ||
+ | |||
+ | < | ||
+ | variant=debug|release | ||
+ | |||
+ | link=static|shared | ||
+ | |||
+ | threading=single|multi | ||
+ | |||
+ | runtime-link=static|shared | ||
+ | </ | ||
+ | |||
+ | 即使添加了 | ||
+ | |||
+ | |||
+ | 那只有用 complete 来生成了 | ||
+ | |||
+ | ./bjam --build-type=complete --layout=tagged | ||
+ | |||
+ | |||
+ | ---- | ||
+ | |||
+ | 原文:https:// |