You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by ya...@apache.org on 2021/01/15 02:43:17 UTC

[incubator-doris] branch master updated: [Doc] Update README.md: a reword suggestion (#5241)

This is an automated email from the ASF dual-hosted git repository.

yangzhg pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-doris.git


The following commit(s) were added to refs/heads/master by this push:
     new 35bb099  [Doc] Update README.md: a reword suggestion (#5241)
35bb099 is described below

commit 35bb099b8ba93bb973832cc03eaf818bb903a899
Author: Ting Sun <11...@mail.sustech.edu.cn>
AuthorDate: Fri Jan 15 10:43:07 2021 +0800

    [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 2bce3c7..bdc6d94 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 - <https://github.com/apache/incubator-doris/wiki/Doris-Deploy-%26-Upgrade>
 * User Manual - <https://github.com/apache/incubator-doris/wiki/Doris-Create%2C-Load-and-Delete>
 * FAQs - <https://github.com/apache/incubator-doris/wiki/Doris-FAQ>
-


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org