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.
我想添加几个 C++ 库,例如 Boost,以便在 Mac 中工作。我怎样才能做到这一点?
如果您安装了自制软件,则可以从命令行轻松安装 boost:
brew install boost
根据您要安装的其他库是什么,您可以对它们执行相同的操作。只要确保它是一个“公式”检查在这里。如果它不是“公式”,请阅读有关在 osx 上安装的库的文档。