From d3a64d50038aebbe7393b6575a7063ad7c3699b6 Mon Sep 17 00:00:00 2001 From: hthinks Date: Mon, 13 Jul 2020 22:42:13 -0400 Subject: [PATCH] fix bug for package name --- .../docs/Compilationguide/compiling-open-source-software.md | 6 +++--- .../Compilationguide/software-dependency-requirements.md | 2 +- ...\266\347\274\226\350\257\221\346\236\204\345\273\272.md" | 6 +++--- ...\266\344\276\235\350\265\226\350\246\201\346\261\202.md" | 2 +- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/content/en/docs/Compilationguide/compiling-open-source-software.md b/content/en/docs/Compilationguide/compiling-open-source-software.md index 61872e5ed..931d3b0c5 100644 --- a/content/en/docs/Compilationguide/compiling-open-source-software.md +++ b/content/en/docs/Compilationguide/compiling-open-source-software.md @@ -20,12 +20,12 @@ Since this step takes a long time, we have compiled and built **binarylibs** u

3.6

-

python3-dev

+

python3-devel

3.x

-

pam-devl

+

pam-devel

1.1.8-1.3.1

@@ -35,7 +35,7 @@ Since this step takes a long time, we have compiled and built **binarylibs** u

5.9-13.20130511

-

libffi-dev

+

libffi-devel

3.1

diff --git a/content/en/docs/Compilationguide/software-dependency-requirements.md b/content/en/docs/Compilationguide/software-dependency-requirements.md index 284f64b39..cdf7f9b0c 100644 --- a/content/en/docs/Compilationguide/software-dependency-requirements.md +++ b/content/en/docs/Compilationguide/software-dependency-requirements.md @@ -33,7 +33,7 @@ You are advised to use the default installation packages of the following depend

5.9-13.20130511

-

glibc.devel

+

glibc-devel

2.17-111

diff --git "a/content/zh/docs/Compilationguide/\345\274\200\346\272\220\350\275\257\344\273\266\347\274\226\350\257\221\346\236\204\345\273\272.md" "b/content/zh/docs/Compilationguide/\345\274\200\346\272\220\350\275\257\344\273\266\347\274\226\350\257\221\346\236\204\345\273\272.md" index 9d52171bd..923caba50 100644 --- "a/content/zh/docs/Compilationguide/\345\274\200\346\272\220\350\275\257\344\273\266\347\274\226\350\257\221\346\236\204\345\273\272.md" +++ "b/content/zh/docs/Compilationguide/\345\274\200\346\272\220\350\275\257\344\273\266\347\274\226\350\257\221\346\236\204\345\273\272.md" @@ -20,12 +20,12 @@ openGauss的编译,需要提前把所依赖的开源第三方软件进行编

建议版本:3.6

-

python3-dev

+

python3-devel

建议版本:-3

-

pam-devl

+

pam-devel

建议版本:1.1.8-1.3.1

@@ -35,7 +35,7 @@ openGauss的编译,需要提前把所依赖的开源第三方软件进行编

建议版本:5.9-13.20130511

-

libffi-dev

+

libffi-devel

建议版本:3.1

diff --git "a/content/zh/docs/Compilationguide/\350\275\257\344\273\266\344\276\235\350\265\226\350\246\201\346\261\202.md" "b/content/zh/docs/Compilationguide/\350\275\257\344\273\266\344\276\235\350\265\226\350\246\201\346\261\202.md" index 306e023f8..75e06f5aa 100644 --- "a/content/zh/docs/Compilationguide/\350\275\257\344\273\266\344\276\235\350\265\226\350\246\201\346\261\202.md" +++ "b/content/zh/docs/Compilationguide/\350\275\257\344\273\266\344\276\235\350\265\226\350\246\201\346\261\202.md" @@ -33,7 +33,7 @@

建议版本:5.9-13.20130511

-

glibc.devel

+

glibc-devel

建议版本:2.17-111

-- Gitee