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 b1bc66671bd Update out-dated profile name in readmes (#13092) b1bc66671bd is described below commit b1bc66671bd268d706732f45eaa28560f858d35f Author: Jiang Tian <jt2594...@163.com> AuthorDate: Sun Aug 4 19:19:40 2024 +0800 Update out-dated profile name in readmes (#13092) --- README.md | 4 ++-- README_ZH.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 6c5a2fc68b3..d219e4d9657 100644 --- a/README.md +++ b/README.md @@ -171,7 +171,7 @@ Mainly on the ARM-based models: Building `Thrift` requires us to add two more dependencies to the picture. -This however is only needed when enabling the `compile-cpp` profile: +This however is only needed when enabling the `with-cpp` profile: brew install boost brew install bison @@ -293,7 +293,7 @@ After being built, the IoTDB cli is located at the folder "cli/target". ### Build Others -Use `-P compile-cpp` for compiling the cpp client. (For more details, read client-cpp's Readme file.) +Use `-P with-cpp` for compiling the cpp client. (For more details, read client-cpp's Readme file.) **NOTE: Directories "`thrift/target/generated-sources/thrift`", "`thrift-sync/target/generated-sources/thrift`", "`thrift-cluster/target/generated-sources/thrift`", "`thrift-influxdb/target/generated-sources/thrift`" diff --git a/README_ZH.md b/README_ZH.md index 8b56048fc96..cf25fccd901 100644 --- a/README_ZH.md +++ b/README_ZH.md @@ -172,7 +172,7 @@ git checkout rel/x.x ### 编译其他模块 -通过添加 `-P compile-cpp` 可以进行c++客户端API的编译。 +通过添加 `-P with-cpp` 可以进行c++客户端API的编译。 **注意:"`thrift/target/generated-sources/thrift`", "`thrift-sync/target/generated-sources/thrift`","`thrift-cluster/target/generated-sources/thrift`","`thrift-influxdb/target/generated-sources/thrift`" 和 "`antlr/target/generated-sources/antlr4`" 目录需要添加到源代码根中,以免在 IDE 中产生编译错误。**