<legend id='aAHf8'><style id='aAHf8'><dir id='aAHf8'><q id='aAHf8'></q></dir></style></legend>
        <bdo id='aAHf8'></bdo><ul id='aAHf8'></ul>
      1. <i id='aAHf8'><tr id='aAHf8'><dt id='aAHf8'><q id='aAHf8'><span id='aAHf8'><b id='aAHf8'><form id='aAHf8'><ins id='aAHf8'></ins><ul id='aAHf8'></ul><sub id='aAHf8'></sub></form><legend id='aAHf8'></legend><bdo id='aAHf8'><pre id='aAHf8'><center id='aAHf8'></center></pre></bdo></b><th id='aAHf8'></th></span></q></dt></tr></i><div id='aAHf8'><tfoot id='aAHf8'></tfoot><dl id='aAHf8'><fieldset id='aAHf8'></fieldset></dl></div>
        <tfoot id='aAHf8'></tfoot>

      2. <small id='aAHf8'></small><noframes id='aAHf8'>

        使用 Xcode 在 Mac 上构建 Boost

        时间:2023-07-20
      3. <tfoot id='40TIF'></tfoot>
          <i id='40TIF'><tr id='40TIF'><dt id='40TIF'><q id='40TIF'><span id='40TIF'><b id='40TIF'><form id='40TIF'><ins id='40TIF'></ins><ul id='40TIF'></ul><sub id='40TIF'></sub></form><legend id='40TIF'></legend><bdo id='40TIF'><pre id='40TIF'><center id='40TIF'></center></pre></bdo></b><th id='40TIF'></th></span></q></dt></tr></i><div id='40TIF'><tfoot id='40TIF'></tfoot><dl id='40TIF'><fieldset id='40TIF'></fieldset></dl></div>

          <small id='40TIF'></small><noframes id='40TIF'>

        1. <legend id='40TIF'><style id='40TIF'><dir id='40TIF'><q id='40TIF'></q></dir></style></legend>
              <bdo id='40TIF'></bdo><ul id='40TIF'></ul>

                    <tbody id='40TIF'></tbody>
                  本文介绍了使用 Xcode 在 Mac 上构建 Boost的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着跟版网的小编来一起学习吧!

                  问题描述

                  我最近熟悉了 Boost 库,我想在我的 Xcode 项目中使用它.但遗憾的是,没有关于如何做到这一点的 HowTo 或 FAQ :(

                  I've recently got acquainted with Boost library and I'd like to use it in my Xcode project. But sadly there is no HowTo or FAQ on how to do it :(

                  在 Xcode 中构建和使用 Boost 库的操作顺序是什么?

                  What's the sequence of actions to build and use Boost libraries in Xcode?

                  推荐答案

                  我发现最简单的方法是安装 MacPorts,然后您可以通过一个命令安装/构建 Boost:

                  The easiest way I've found to do it is to install MacPorts, then you can install/build Boost via a single command:

                  sudo port install boost
                  

                  此外,您还可以访问其他开源软件.我发现的唯一缺点是,与任何其他包管理系统一样,它们并不总是与最新版本保持同步.

                  Plus you get similar access to other open source software. The only downside I've found is that, like any other package management system, they are not always up to date with the latest version.

                  如果你更喜欢 Homebrew 作为你的包管理器,命令是:

                  If you prefer Homebrew as your package manager, the command is:

                  brew install boost
                  

                  这篇关于使用 Xcode 在 Mac 上构建 Boost的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持跟版网!

                  上一篇:将 std::variant 与递归一起使用,而不使用 boost::recursive_wrapper 下一篇:Dijkstra 图,每条边都有一个权重表

                  相关文章

                  <tfoot id='EgBv4'></tfoot><legend id='EgBv4'><style id='EgBv4'><dir id='EgBv4'><q id='EgBv4'></q></dir></style></legend>
                    <bdo id='EgBv4'></bdo><ul id='EgBv4'></ul>

                  1. <i id='EgBv4'><tr id='EgBv4'><dt id='EgBv4'><q id='EgBv4'><span id='EgBv4'><b id='EgBv4'><form id='EgBv4'><ins id='EgBv4'></ins><ul id='EgBv4'></ul><sub id='EgBv4'></sub></form><legend id='EgBv4'></legend><bdo id='EgBv4'><pre id='EgBv4'><center id='EgBv4'></center></pre></bdo></b><th id='EgBv4'></th></span></q></dt></tr></i><div id='EgBv4'><tfoot id='EgBv4'></tfoot><dl id='EgBv4'><fieldset id='EgBv4'></fieldset></dl></div>

                    <small id='EgBv4'></small><noframes id='EgBv4'>