Skip to content

Latest commit

 

History

History
 
 

client-cpp

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

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