From 0d50575a62da07a4c351d3895ee99d4d6328ff63 Mon Sep 17 00:00:00 2001 From: Adonis Ling Date: Mon, 28 Nov 2022 17:17:09 +0800 Subject: [PATCH] [docs](macOS) Fix the render --- docs/en/docs/install/source-install/compilation-mac.md | 6 +++--- docs/zh-CN/docs/install/source-install/compilation-mac.md | 7 +++---- 2 files changed, 6 insertions(+), 7 deletions(-) diff --git a/docs/en/docs/install/source-install/compilation-mac.md b/docs/en/docs/install/source-install/compilation-mac.md index 6e3c85fb2890e0..810d869e19e68f 100644 --- a/docs/en/docs/install/source-install/compilation-mac.md +++ b/docs/en/docs/install/source-install/compilation-mac.md @@ -1,6 +1,6 @@ --- { - "title": "Compile from Source(macOS x86_64/arm64)", + "title": "Compilation on macOS", "language": "en" } --- @@ -24,7 +24,7 @@ specific language governing permissions and limitations under the License. --> -# Compile from Source(macOS x86_64/arm64) +# Compilation on macOS This post introduces how to compile from source on macOS (both x86_64 and arm64). @@ -42,7 +42,7 @@ This post introduces how to compile from source on macOS (both x86_64 and arm64) python cmake ninja ccache bison byacc gettext wget pcre maven openjdk@11 npm ``` -2. Compile from srouce +2. Compile from source ```shell bash build.sh ``` diff --git a/docs/zh-CN/docs/install/source-install/compilation-mac.md b/docs/zh-CN/docs/install/source-install/compilation-mac.md index 4fc17c351929bc..3e679d355ab75c 100644 --- a/docs/zh-CN/docs/install/source-install/compilation-mac.md +++ b/docs/zh-CN/docs/install/source-install/compilation-mac.md @@ -1,6 +1,6 @@ --- { - "title": "源码编译(macOS x86_64/arm64)", + "title": "在macOS平台上编译", "language": "zh-CN" } --- @@ -24,7 +24,7 @@ specific language governing permissions and limitations under the License. --> -# 源码编译(macOS x86_64/arm64) +# 在macOS平台上编译 本文介绍如何在macOS平台上编译源码。 @@ -51,8 +51,7 @@ under the License. 1. [Apache Doris Third Party Prebuilt](https://github.com/apache/doris-thirdparty/releases/tag/automation)页面有所有第三方库的源码,可以直接下载[doris-thirdparty-source.tgz](https://github.com/apache/doris-thirdparty/releases/download/automation/doris-thirdparty-source.tgz)获得。 -2. 如果平台使用的是 _**Intel**_ 芯片,也可以在[Apache Doris Third Party Prebuilt](https://github.com/apache/doris-thirdparty/releases/tag/automation)页面直接下载预编译好的第三方库[doris-thirdparty-prebuilt-darwin-x86_64.tar.xz](https://github.com/apache/doris-thirdparty/releases/download/automation/doris-thirdparty-prebuilt-darwin-x86_64.tar.xz) -省去编译第三方库的过程,参考下面的命令。 +2. 如果平台使用的是 _**Intel**_ 芯片,也可以在[Apache Doris Third Party Prebuilt](https://github.com/apache/doris-thirdparty/releases/tag/automation)页面直接下载预编译好的第三方库[doris-thirdparty-prebuilt-darwin-x86_64.tar.xz](https://github.com/apache/doris-thirdparty/releases/download/automation/doris-thirdparty-prebuilt-darwin-x86_64.tar.xz),省去编译第三方库的过程,参考下面的命令。 ```shell cd thirdparty curl -L https://github.com/apache/doris-thirdparty/releases/download/automation/doris-thirdparty-prebuilt-darwin-x86_64.tar.xz \