tree: 6f6f7ec4796816d9f35590f9ce41ca430801db81 [path history] [tgz]
  1. conf/
  2. example/
  3. include/
  4. proto/
  5. release/
  6. src/
  7. tests/
  8. third_party/
  9. .clang-format
  10. build_linux.sh
  11. CMakeLists.txt
  12. README.md
inlong-tubemq/tubemq-client-twins/tubemq-client-cpp/README.md

TubeMQ C++ client library

Requirements

Step to build

  • install protobuf (./configure --disable-shared CFLAGS=“-fPIC” CXXFLAGS=“-fPIC” && make && make install)
  • ./build_linux.sh
  • cd release/
  • chmod +x release_linux.sh
  • ./release_linux.sh

(Optional) build using docker