HTHou commented on a change in pull request #4515:
URL: https://github.com/apache/iotdb/pull/4515#discussion_r760797984



##########
File path: docs/UserGuide/API/Programming-Cpp-Native-API.md
##########
@@ -100,12 +102,13 @@ To install all dependencies, run:
 Debian/Ubuntu:
 
 ```shell
-sudo apt-get install gcc g++ bison flex libboost-all-dev
+sudo apt-get install gcc-9 g++-9 libstdc++-9-dev bison flex libboost-all-dev 
libssl-dev zlib1g-dev npm nodejs
 ```
 
-CentOS:
+CentOS:  
+In CentOS 7.x, the version is to low use yum install gcc,boost and npm, you 
should compile or download binary package. 

Review comment:
       ```suggestion
   In CentOS 7.x, the version of gcc, boost and npm installed by yum is too 
low, therefore you should compile or download these binary packages by 
yourself. 
   ```




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to