From 35bb099b8ba93bb973832cc03eaf818bb903a899 Mon Sep 17 00:00:00 2001 From: Ting Sun <11710108@mail.sustech.edu.cn> Date: Fri, 15 Jan 2021 10:43:07 +0800 Subject: [PATCH] [Doc] Update README.md: a reword suggestion (#5241) --- README.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 2bce3c733b..bdc6d940bd 100644 --- a/README.md +++ b/README.md @@ -117,15 +117,15 @@ After successfully building, it will install binary files in the directory `outp #### Prerequisites -You must be install following softwares: +You should install the following softwares: ``` -GCC 5.3.1+, Oracle JDK 1.8+, Python 2.7+, Apache Maven 3.5+, CMake 3.4.3+ +GCC 7.3.0+, Oracle JDK 1.8+, Python 2.7+, Apache Maven 3.5+, CMake 3.4.3+ ``` After you installed above all, you also must be set them to environment variable PATH and set JAVA_HOME. -If your GCC version is lower than 5.3.1, you can run: +If your GCC version is lower than 7.3.0, you can run: ``` sudo yum install devtoolset-4-toolchain -y @@ -164,4 +164,3 @@ If you find any bugs, please file a [GitHub issue](https://github.com/apache/inc * Deploy and Upgrade - * User Manual - * FAQs - -