From 92bcd2f9fac019fa15dee40896a506a80a7448f8 Mon Sep 17 00:00:00 2001 From: Ting Sun <11710108@mail.sustech.edu.cn> Date: Tue, 26 Jan 2021 09:14:08 +0800 Subject: [PATCH] [Doc] Update README.md: a reword suggestion (#5288) --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 0ac66cb3fd..ecf15b257d 100644 --- a/README.md +++ b/README.md @@ -123,15 +123,15 @@ You should install the following softwares: 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. +Then set them to environment variable PATH and set JAVA_HOME. If your GCC version is lower than 7.3.0, you can run: ``` -sudo yum install devtoolset-4-toolchain -y +sudo yum install devtoolset-7-toolchain -y ``` -and then, set the path of GCC (e.g /opt/rh/devtoolset-4/root/usr/bin) to the environment variable PATH. +and then, set the path of GCC (e.g `/opt/rh/devtoolset-7/root/usr/bin`) to the environment variable PATH. #### Compile and install