From 9089cb95e4cbe2de3867b32439a4af2bc4e7721b Mon Sep 17 00:00:00 2001 From: liuheng Date: Mon, 17 Apr 2023 15:27:01 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B95.0.0=E5=88=86=E6=94=AF?= =?UTF-8?q?=E5=AF=B9=E5=BA=94=E4=B8=89=E6=96=B9=E5=BA=93=E4=B8=8B=E8=BD=BD?= =?UTF-8?q?=E5=9C=B0=E5=9D=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- content/en/docs/Compilationguide/compiling-the-version.md | 6 +++--- .../\347\211\210\346\234\254\347\274\226\350\257\221.md" | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/content/en/docs/Compilationguide/compiling-the-version.md b/content/en/docs/Compilationguide/compiling-the-version.md index f289f9a32..634b68378 100644 --- a/content/en/docs/Compilationguide/compiling-the-version.md +++ b/content/en/docs/Compilationguide/compiling-the-version.md @@ -39,9 +39,9 @@ The git and git-lfs have been installed and configured on the local host. >- **openGauss-third\_party**: open-source third-party software repository on which openGauss depends. >- **binarylibs**: package for storing the built open-source third-party software. You can obtain the package by referring to [Compiling Open-source Software](#Compiling Open-source Software) . Since compiling and building open-source software take a long time, we have compiled and built **binarylibs** using **openGauss-third\_party** and compress and upload **binarylibs** to the Internet. > The community provides binary files compiled on three platforms. The download links are as follows:\ - **openEuler_arm:** https://opengauss.obs.cn-south-1.myhuaweicloud.com/3.1.0/binarylibs/openGauss-third_party_binarylibs_openEuler_arm.tar.gz - **openEuler_x86:** https://opengauss.obs.cn-south-1.myhuaweicloud.com/3.1.0/binarylibs/openGauss-third_party_binarylibs_openEuler_x86_64.tar.gz - **Centos_x86:** https://opengauss.obs.cn-south-1.myhuaweicloud.com/3.1.0/binarylibs/openGauss-third_party_binarylibs_Centos7.6_x86_64.tar.gz + **openEuler_arm:** https://opengauss.obs.cn-south-1.myhuaweicloud.com/5.0.0/binarylibs/openGauss-third_party_binarylibs_openEuler_arm.tar.gz + **openEuler_x86:** https://opengauss.obs.cn-south-1.myhuaweicloud.com/5.0.0/binarylibs/openGauss-third_party_binarylibs_openEuler_x86_64.tar.gz + **Centos_x86:** https://opengauss.obs.cn-south-1.myhuaweicloud.com/5.0.0/binarylibs/openGauss-third_party_binarylibs_Centos7.6_x86_64.tar.gz > After the download is complete, decompress and rename the package: **mv openGauss-third\_party\_binarylibs binarylibs**. diff --git "a/content/zh/docs/CompilationGuide/\347\211\210\346\234\254\347\274\226\350\257\221.md" "b/content/zh/docs/CompilationGuide/\347\211\210\346\234\254\347\274\226\350\257\221.md" index f976c9a31..eb99b8700 100644 --- "a/content/zh/docs/CompilationGuide/\347\211\210\346\234\254\347\274\226\350\257\221.md" +++ "b/content/zh/docs/CompilationGuide/\347\211\210\346\234\254\347\274\226\350\257\221.md" @@ -44,9 +44,9 @@ openGauss的编译过程和生成安装包的过程已经写成了一个一键 >- branchname:代码分支名称,缺省可不填,如需编译openGauss 2.1.0的代码,可加上-b 2.1.0的参数。 >- binarylibs:存放编译构建好的开源第三方软件的文件夹,用户可通过[开源软件编译构建](#开源软件编译构建)获取。由于开源软件编译构建耗时长,我们特地使用openGauss-third\_party编译构建出了一份binarylibs并压缩上传到了网上,用户可以直接下载获取。 > 社区提供三个平台编译好的二进制文件。对应各个平台下载地址:\ - **openEuler_arm:** https://opengauss.obs.cn-south-1.myhuaweicloud.com/3.1.0/binarylibs/openGauss-third_party_binarylibs_openEuler_arm.tar.gz - **openEuler_x86:** https://opengauss.obs.cn-south-1.myhuaweicloud.com/3.1.0/binarylibs/openGauss-third_party_binarylibs_openEuler_x86_64.tar.gz - **Centos_x86:** https://opengauss.obs.cn-south-1.myhuaweicloud.com/3.1.0/binarylibs/openGauss-third_party_binarylibs_Centos7.6_x86_64.tar.gz + **openEuler_arm:** https://opengauss.obs.cn-south-1.myhuaweicloud.com/5.0.0/binarylibs/openGauss-third_party_binarylibs_openEuler_arm.tar.gz + **openEuler_x86:** https://opengauss.obs.cn-south-1.myhuaweicloud.com/5.0.0/binarylibs/openGauss-third_party_binarylibs_openEuler_x86_64.tar.gz + **Centos_x86:** https://opengauss.obs.cn-south-1.myhuaweicloud.com/5.0.0/binarylibs/openGauss-third_party_binarylibs_Centos7.6_x86_64.tar.gz > 下载完毕后执行解压并重命名 mv openGauss-third_party_binarylibs binarylibs。 -- Gitee