This is an automated email from the ASF dual-hosted git repository.
jiangtian pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/iotdb.git
The following commit(s) were added to refs/heads/master by this push:
new ece53539522 Update packege hierachy in Client-cpp readme (#12736)
ece53539522 is described below
commit ece53539522683349026305d3befcc0bc9f67451
Author: Jiang Tian <[email protected]>
AuthorDate: Thu Jun 13 18:07:04 2024 +0800
Update packege hierachy in Client-cpp readme (#12736)
---
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: