How do I install GCC compiler on Linux?

6 ビュー (過去 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 Center および File ExchangeIntroduction 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