lenmom opened a new issue #581: install document issue
URL: https://github.com/apache/incubator-doris/issues/581
 
 
   The build document in compile document should to be refine:
   In CentOS, install gcc5.3 is using 
   yum install devtoolset-4 report no package found which lead to the 
installation faield.
   
   Provide a set of command to install gcc v5.2+
   **sudo yum install centos-release-scl**
   **sudo yum install devtoolset-4-gcc***
   
   to use gcc 5.3, type  the following command in the terminal:
   **scl enable devtoolset-4 bash**
   
   we have three ways to make gcc5.3 avalible permanantly: 
   1st.  **sudo ln -s [path_to_gcc_5.3] /usr/bin**
   2nd.  
   **vim ~/.bashrc or vim  ~/.bash_profile
   source scl_source enable devtoolset-4**
   3rd.
   **echo "source /opt/rh/devtoolset-3/enable" >> /etc/bashrc
   source /etc/bashrc**

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to