This is an automated email from the ASF dual-hosted git repository. yiguolei pushed a commit to branch branch-2.1 in repository https://gitbox.apache.org/repos/asf/doris.git
commit ee7a2097f1fafeaa064b21f285f1da00b6c398c7 Author: Tiewei Fang <43782773+bepppo...@users.noreply.github.com> 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: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org