How do I install GCC compiler on Linux?

10 Ansichten (letzte 30 Tage)
MathWorks Support Team
MathWorks Support Team am 19 Jan. 2018
How do I install GCC compiler on Linux?

Akzeptierte Antwort

MathWorks Support Team
MathWorks Support Team am 19 Jan. 2018
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
 

Weitere Antworten (0)

Kategorien

Mehr zu Introduction to Installation and Licensing finden Sie in Help Center und File Exchange

Tags

Noch keine Tags eingegeben.

Community Treasure Hunt

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

Start Hunting!

Translated by