tree: c8c8330bbbf4c142dfb8a04f9ce1647feb16acb0 [path history] [tgz]
  1. client-cpp-example/
  2. src/
  3. pom.xml
  4. README.md
client-cpp/README.md

Building C++ Client

To compile cpp client, add “-P client-cpp” option to maven build command.

The compiling requires the module “compile-tools” to be built first. For more information, please refer to “compile-tools/README.md”.

Compile and Test:

mvn integration-test -P client-cpp -pl client-cpp,server -am -Diotdb.test.skip=true -Dtsfile.test.skip=true -Djdbc.test.skip=true