This is an automated email from the ASF dual-hosted git repository. haonan pushed a commit to branch iotdb in repository https://gitbox.apache.org/repos/asf/tsfile.git
commit 0b3b72f5f53f35ef6c25f942a6478e4eee9d46d4 Author: CritasWang <[email protected]> AuthorDate: Wed Jun 26 12:46:31 2024 +0800 change readme content order (#142) * change readme content order * update maven version --- cpp/README-zh.md | 4 ++-- java/tsfile/README-zh.md | 45 +++++++++++++++++++++++---------------------- java/tsfile/README.md | 45 +++++++++++++++++++++++---------------------- 3 files changed, 48 insertions(+), 46 deletions(-) diff --git a/cpp/README-zh.md b/cpp/README-zh.md index 0878f43a..4eb92ff2 100644 --- a/cpp/README-zh.md +++ b/cpp/README-zh.md @@ -29,6 +29,6 @@ ___________ ___________.__.__ \/ \/ \/ </pre> -## 开发 +## 使用 -## 使用 \ No newline at end of file +## 开发 \ No newline at end of file diff --git a/java/tsfile/README-zh.md b/java/tsfile/README-zh.md index 6934a045..68fbac6e 100644 --- a/java/tsfile/README-zh.md +++ b/java/tsfile/README-zh.md @@ -30,28 +30,6 @@ ___________ ___________.__.__ \/ \/ \/ </pre> -## 开发 - -### 前置条件 - -构建 Java 版的 TsFile,必须要安装以下依赖: - -1. Java >= 1.8 (1.8, 11 到 17 都经过验证. 请确保设置了环境变量). -2. Maven >= 3.6 (如果要从源代码编译TsFile). - - -### 使用 maven 构建 - -``` -mvn clean package -P with-java -DskipTests -``` - -### 安装到本地机器 - -``` -mvn install -P with-java -DskipTests -``` - ## 使用 ### 在 Maven 中添加 TsFile 依赖 @@ -164,3 +142,26 @@ mvn install -P with-java -DskipTests [查询数据](../examples/src/main/java/org/apache/tsfile/TsFileRead.java) [全文件读取](../examples/src/main/java/org/apache/tsfile/TsFileSequenceRead.java) + + +## 开发 + +### 前置条件 + +构建 Java 版的 TsFile,必须要安装以下依赖: + +1. Java >= 1.8 (1.8, 11 到 17 都经过验证. 请确保设置了环境变量). +2. Maven >= 3.6.3 (如果要从源代码编译TsFile). + + +### 使用 maven 构建 + +``` +mvn clean package -P with-java -DskipTests +``` + +### 安装到本地机器 + +``` +mvn install -P with-java -DskipTests +``` diff --git a/java/tsfile/README.md b/java/tsfile/README.md index a285d1a5..aaed142c 100644 --- a/java/tsfile/README.md +++ b/java/tsfile/README.md @@ -30,28 +30,6 @@ ___________ ___________.__.__ \/ \/ \/ </pre> -## Building With Java - -### Prerequisites - -To build TsFile wirh Java, you need to have: - -1. Java >= 1.8 (1.8, 11 to 17 are verified. Please make sure the environment path has been set accordingly). -2. Maven >= 3.6 (If you want to compile TsFile from source code). - - -### Build TsFile with Maven - -``` -mvn clean package -P with-java -DskipTests -``` - -### Install to local machine - -``` -mvn install -P with-java -DskipTests -``` - ## Use TsFile ### Add TsFile as a dependency in Maven @@ -166,3 +144,26 @@ Read TsFile Example [Query Data](../examples/src/main/java/org/apache/tsfile/TsFileRead.java) [Scan whole TsFile](../examples/src/main/java/org/apache/tsfile/TsFileSequenceRead.java) + + +## Building With Java + +### Prerequisites + +To build TsFile wirh Java, you need to have: + +1. Java >= 1.8 (1.8, 11 to 17 are verified. Please make sure the environment path has been set accordingly). +2. Maven >= 3.6.3 (If you want to compile TsFile from source code). + + +### Build TsFile with Maven + +``` +mvn clean package -P with-java -DskipTests +``` + +### Install to local machine + +``` +mvn install -P with-java -DskipTests +```
