【问题标题】:Compile apache ignite c++ examples编译 apache ignite c++ 示例
【发布时间】:2017-10-09 11:16:18
【问题描述】:

我想在我正在开发的 c++ 应用程序中使用 apache ignite。到目前为止,我已经从网站上下载了 ignite,并按照 DEVNOTES.TXT 文件中的说明编译了 ignite c++:

cd platforms/cpp
libtoolize && aclocal && autoheader && automake --add-missing && autoreconf
./configure
make

它似乎有效,因为我没有收到错误消息。但是,我找不到示例应用程序的二进制文件,例如 putget-example 目录中的代码,这与我想在自己的代码中执行的操作很接近。

因此,我想知道如何编译这个和其他 ignite c++ 示例。另外,假设我想在我正在编写的另一个应用程序中使用 apache ignite,如何使用 ignite c++ 库编译它?

【问题讨论】:

    标签: c++ ignite


    【解决方案1】:

    示例应单独编译。见platforms/cpp/examples/README.txt

    cd platforms/cpp/examples
    libtoolize && aclocal && autoheader && automake --add-missing && autoreconf
    ./configure
    make
    

    请注意,您必须在构建示例之前编译主项目(我相信您已经完成了)。

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2017-12-28
      • 2011-10-18
      • 2015-11-20
      • 2012-03-30
      • 1970-01-01
      相关资源
      最近更新 更多