How do I install GCC compiler on Linux?
9 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
MathWorks Support Team
il 19 Gen 2018
Risposto: MathWorks Support Team
il 19 Gen 2018
How do I install GCC compiler on Linux?
Risposta accettata
MathWorks Support Team
il 19 Gen 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
0 Commenti
Più risposte (0)
Vedere anche
Categorie
Scopri di più su Introduction to Installation and Licensing in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!