This is an automated email from the ASF dual-hosted git repository. panxiaolei pushed a commit to branch dev_0807 in repository https://gitbox.apache.org/repos/asf/doris-website.git
commit a6b41d21a2cb3d22ee573e2aeb03b2eb4827e9cd Author: BiteTheDDDDt <[email protected]> AuthorDate: Thu Aug 7 16:36:59 2025 +0800 update community/source-install/compilation-with-ldb-toolchain.md --- community/source-install/compilation-with-ldb-toolchain.md | 6 ++---- .../current/source-install/compilation-with-ldb-toolchain.md | 4 ++-- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/community/source-install/compilation-with-ldb-toolchain.md b/community/source-install/compilation-with-ldb-toolchain.md index 792ff430505..19f0e4f4c3f 100644 --- a/community/source-install/compilation-with-ldb-toolchain.md +++ b/community/source-install/compilation-with-ldb-toolchain.md @@ -24,12 +24,10 @@ specific language governing permissions and limitations under the License. --> -This guide is about how to compile Doris using the LDB Toolchain. This method serves as a supplement to the Docker compilation approach to help the developers and users without a Docker environment. The recommended LDB Toolchain version is 0.19(Robin), which includes clang-16 and gcc-11. +This guide is about how to compile Doris using the LDB Toolchain. This method serves as a supplement to the Docker compilation approach to help developers and users without a Docker environment. For Doris 3.1 and earlier versions, the recommended LDB Toolchain version is Robin(0.19), which includes clang-17 and gcc-13. For Doris versions after 3.1, the recommended LDB Toolchain version is 0.25, which includes clang-20 and gcc-15. :::tip -LDB Toolchain is fully known as Linux Distribution Based Toolchain Generator. It helps compile modern C++ projects on almost all Linux distributions. - -Special thanks to [Amos Bird](https://github.com/amosbird) for the contribution. +LDB Toolchain stands for Linux Distribution Based Toolchain Generator. It helps compile modern C++ projects on almost all Linux distributions. ::: ## Prepare the compilation environment diff --git a/i18n/zh-CN/docusaurus-plugin-content-docs-community/current/source-install/compilation-with-ldb-toolchain.md b/i18n/zh-CN/docusaurus-plugin-content-docs-community/current/source-install/compilation-with-ldb-toolchain.md index b8bdb5e1f31..a523cdf8261 100644 --- a/i18n/zh-CN/docusaurus-plugin-content-docs-community/current/source-install/compilation-with-ldb-toolchain.md +++ b/i18n/zh-CN/docusaurus-plugin-content-docs-community/current/source-install/compilation-with-ldb-toolchain.md @@ -24,7 +24,7 @@ specific language governing permissions and limitations under the License. --> -本文档主要介绍如何使用 LDB Toolchain 编译 Doris。该方式目前作为 Docker 编译方式的补充,方便没有 Docker 环境的开发者和用户编译 Doris 源码。Doris 目前推荐的 LDB Toolchain 版本为 Robin(0.19), 其中含有 clang-17 和 gcc-13。 +本文档主要介绍如何使用 LDB Toolchain 编译 Doris。该方式目前作为 Docker 编译方式的补充,方便没有 Docker 环境的开发者和用户编译 Doris 源码。对于 Doris 3.1以及之前的版本 目前推荐的 LDB Toolchain 版本为 0.19, 其中含有 clang-17 和 gcc-13。对于Doris 3.1之后的版本 目前推荐的 LDB Toolchain 版本为 0.25, 其中含有 clang-20 和 gcc-15。 :::tip LDB Toolchain 全称 Linux Distribution Based Toolchain Generator,它有助于在几乎所有 Linux 发行版上编译现代 C++ 项目。 @@ -38,7 +38,7 @@ LDB Toolchain 全称 Linux Distribution Based Toolchain Generator,它有助于 **1. 下载`ldb_toolchain_gen.sh`** -可以从[这里](https://github.com/amosbird/ldb_toolchain_gen/releases)下载最新的 `ldb_toolchain_gen.sh`,对于ARM架构,需要下载最新的`ldb_toolchain_gen.aarch64.sh`。该脚本用于生成 LDB Toolchain +可以从[这里](https://github.com/amosbird/ldb_toolchain_gen/releases)下载对应版本的 `ldb_toolchain_gen.sh`,对于ARM架构,需要下载对应版本的`ldb_toolchain_gen.aarch64.sh`。该脚本用于生成 LDB Toolchain :::tip 更多信息,可访问 <https://github.com/amosbird/ldb_toolchain_gen> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
