This is an automated email from the ASF dual-hosted git repository.

yiguolei pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/doris.git


The following commit(s) were added to refs/heads/master by this push:
     new ebab3f5442b [fix](Docs) fix dev-prepare doc #30923
ebab3f5442b is described below

commit ebab3f5442b88bdcb9e9fc7fe1256c57af84e822
Author: Tiewei Fang <[email protected]>
AuthorDate: Thu Feb 8 12:11:29 2024 +0800

    [fix](Docs) fix dev-prepare doc #30923
---
 docs/en/community/developer-guide/mac-dev/dev-prepare.md    | 5 +++--
 docs/zh-CN/community/developer-guide/mac-dev/dev-prepare.md | 5 +++--
 2 files changed, 6 insertions(+), 4 deletions(-)

diff --git a/docs/en/community/developer-guide/mac-dev/dev-prepare.md 
b/docs/en/community/developer-guide/mac-dev/dev-prepare.md
index e3b43819d7d..22e879ea352 100644
--- a/docs/en/community/developer-guide/mac-dev/dev-prepare.md
+++ b/docs/en/community/developer-guide/mac-dev/dev-prepare.md
@@ -28,10 +28,11 @@ under the License.
 
 ```shell
 brew install automake autoconf libtool pkg-config texinfo coreutils gnu-getopt 
\
-python@3 cmake ninja ccache bison byacc gettext wget pcre maven llvm@16 
openjdk@11 npm
+python@3 cmake ninja ccache bison byacc gettext wget pcre maven llvm@16 
openjdk@17 npm
 ```
 
-*The version of jdk installed using brew is 11, because on macOS, the arm64 
version of brew does not have version 8 of jdk by default*
+*The version of jdk installed using brew is 17, because on macOS, the arm64 
version of brew does not have version 8 of jdk by default*
+*Currently, Doris only supports jdk8 and jdk17*
 
 **Dependency description:**
 1. Java, Maven, etc. can be downloaded separately for easy management
diff --git a/docs/zh-CN/community/developer-guide/mac-dev/dev-prepare.md 
b/docs/zh-CN/community/developer-guide/mac-dev/dev-prepare.md
index 9ad69496cab..0e3c0523f43 100644
--- a/docs/zh-CN/community/developer-guide/mac-dev/dev-prepare.md
+++ b/docs/zh-CN/community/developer-guide/mac-dev/dev-prepare.md
@@ -28,10 +28,11 @@ under the License.
 
 ```shell
 brew install automake autoconf libtool pkg-config texinfo coreutils gnu-getopt 
\
-python@3 cmake ninja ccache bison byacc gettext wget pcre maven llvm@16 
openjdk@11 npm
+python@3 cmake ninja ccache bison byacc gettext wget pcre maven llvm@16 
openjdk@17 npm
 ```
 
-*使用 brew 安装的 jdk 版本为 11,因为在 macOS上,arm64 版本的 brew 默认没有 8 版本的 jdk*
+*使用 brew 安装的 jdk 版本为 17,因为在 macOS上,arm64 版本的 brew 默认没有 8 版本的 jdk*
+*Doris目前只支持 jdk8 和 jdk17 两个版本*
 
 **依赖说明:**
 1. Java、Maven 等可以单独下载,方便管理


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to