This is an automated email from the ASF dual-hosted git repository. jiangtian pushed a commit to branch fix_client_cpp_readme in repository https://gitbox.apache.org/repos/asf/iotdb.git
commit 5b3c777fedab0d098f40d39579a869d22cb3b25e Author: DESKTOP-L0L5GPJ\jt <[email protected]> AuthorDate: Thu Jun 13 18:02:48 2024 +0800 Update packege hierachy in Client-cpp readme --- iotdb-client/client-cpp/README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/iotdb-client/client-cpp/README.md b/iotdb-client/client-cpp/README.md index deb6ea4e428..49d1c72ae18 100644 --- a/iotdb-client/client-cpp/README.md +++ b/iotdb-client/client-cpp/README.md @@ -71,7 +71,11 @@ On Mac machines, the hierarchy of the package should look like this: | +-- thrift | +-- thrift_headers... | +-- lib -| +-- libiotdb_session.dylib +| +-- Release +| +-- libiotdb_session.dylib +| +-- parser.dylib +| +-- thriftmd.dylib +| +-- tutorialgencpp.dylib ``` ## Using C++ Client:
