Boost Spirit 3.0.0的安装程序是什么?

时间:2015-10-01 14:16:48

标签: linux installation c++14 boost-spirit boost-spirit-x3

对于此系统配置:

lubuntu 15.04
Ubuntu clang version 3.6.0-2ubuntu1 (tags/RELEASE_360/final) (based on LLVM 3.6.0)
libboost-dev 1.55.0.2
#define SPIRIT_VERSION_NOVEMBER_13_2008_0834AM

在使用Synaptic Package Manager安装上述内容的情况下,Boost Spirit 3.0.0的安装过程是什么?

1 个答案:

答案 0 :(得分:2)

您需要获取最新版本。

要么

  1. http://boost.org
  2. 获取焦油球
  3. 从modular-boost:https://github.com/boostorg/spirit
  4. 获取最新的master分支

    X3的标题位于boost/spirit/home/x3.hpphome/x3目录中。

    当然,请从libs/spirit/example/x3/

    下的示例开始