我想使用 Boost-library 编译一个 Xcode(4.5.2 版)项目。我已经在我的 Mac 上成功安装了 Boost,并收到以下消息:
The following directory should be added to compiler include paths:
XXX/boost_1_52_0
The following directory should be added to linker library paths:
XXX/boost_1_52_0/stage/lib
如何在 Xcode 中添加编译器包含路径和链接器库路径?非常感谢。