How do I install GCC compiler on Linux?
조회 수: 13 (최근 30일)
이전 댓글 표시
MathWorks Support Team
2018년 1월 19일
답변: MathWorks Support Team
2018년 1월 19일
How do I install GCC compiler on Linux?
채택된 답변
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
추가 답변 (0개)
참고 항목
카테고리
Help Center 및 File 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!