Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
你好我昨天下载了最新的boost库(.7z格式),解压后发现这里没有lib子目录,所以找不到.lib文件,是boost团队的疏忽吗?
我的目录结构:
升压_1_51_0
大多数 boost 的功能都在boost目录内的仅头文件中。这意味着您需要做的就是boost在项目中包含该目录,然后就完成了。
boost
对于一些特定的库,您需要通过Boost 网站上的说明构建自己的库。
如果您将 Eclipse 与 CDT(更难配置)一起使用,这里有更好的说明。