This is an automated email from the ASF dual-hosted git repository. smityz pushed a commit to branch update-gcc-v in repository https://gitbox.apache.org/repos/asf/incubator-pegasus-website.git
commit 03d4e405a0b3673743e8b60f40e3c062af6c2cd8 Author: Tangyanzhao <[email protected]> AuthorDate: Sun Jan 30 02:16:05 2022 +0800 update gcc version required --- _docs/en/build/compile-from-source.md | 2 +- _docs/zh/2.0.0/compile-from-source.md | 2 +- _docs/zh/build/compile-from-source.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/_docs/en/build/compile-from-source.md b/_docs/en/build/compile-from-source.md index aed6e18..5dc5415 100755 --- a/_docs/en/build/compile-from-source.md +++ b/_docs/en/build/compile-from-source.md @@ -9,7 +9,7 @@ Pegasus supports Linux only. Please don't hesitate to contact us via [Github Iss ## Requirements -- GCC 4.9.4+ +- GCC 5+ - CMake 3.11+ ## Ubuntu environment diff --git a/_docs/zh/2.0.0/compile-from-source.md b/_docs/zh/2.0.0/compile-from-source.md index 607c7a7..1c8bef2 100755 --- a/_docs/zh/2.0.0/compile-from-source.md +++ b/_docs/zh/2.0.0/compile-from-source.md @@ -7,7 +7,7 @@ Pegasus目前只支持Linux平台进行源码编译。编译过程中遇到问 ## 环境要求 -- GCC 4.9.4+ +- GCC 5+ - CMake 3.11+ ## Ubuntu环境配置 diff --git a/_docs/zh/build/compile-from-source.md b/_docs/zh/build/compile-from-source.md index 8dbf6e4..1bec63b 100755 --- a/_docs/zh/build/compile-from-source.md +++ b/_docs/zh/build/compile-from-source.md @@ -10,7 +10,7 @@ Pegasus目前只支持Linux平台进行源码编译。编译过程中遇到问 ## 环境要求 -- GCC 4.9.4+ +- GCC 5+ - CMake 3.11+ ## Ubuntu环境配置 --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
