This is an automated email from the ASF dual-hosted git repository.
adonisling 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 e5e94e128d [docs](macOS) Fix the render (#14643)
e5e94e128d is described below
commit e5e94e128de512cfd8b85206e1ae3c84525c5000
Author: Adonis Ling <[email protected]>
AuthorDate: Tue Nov 29 08:22:06 2022 +0800
[docs](macOS) Fix the render (#14643)
---
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 6e3c85fb28..810d869e19 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 4fc17c3519..3e679d355a 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
\
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]