How do I install GCC compiler on Linux?

조회 수: 13 (최근 30일)
MathWorks Support Team
MathWorks Support Team 2018년 1월 19일
답변: MathWorks Support Team 2018년 1월 19일
How do I install GCC compiler on Linux?

채택된 답변

MathWorks Support Team
MathWorks Support Team 2018년 1월 19일
The GNU compiler (GCC) is included with many Linux distributions. However, if it is not, then run the following command based the Linux distribution. Sudo permissions will be needed for the installation.
DEBIAN BASED (Ubuntu, Debian):
apt-get install gcc
OR
sudo apt-get install gcc
RPM BASED (Fedora, Red Hat):
yum install gcc
OR
sudo yum install gcc
 

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Introduction to Installation and Licensing에 대해 자세히 알아보기

태그

아직 태그를 입력하지 않았습니다.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by