Come posso creare e installare gcc5 in OS X 10.11 senza Xcode?

0

Ovviamente l'installazione di gcc dal sorgente richiederà un compilatore per crearlo; è possibile installare gcc senza Xcode?

    
posta D. Elp. 17.01.2016 - 19:06
fonte

1 risposta

1

Puoi trovare diverse versioni di gcc per diversi gusti di OS X qui: HPC Mac OS X .

Download my binaries, and cd to the download folder. Then gunzip gcc-5.3-bin.tar.gz (if your browser didn't do so already) and then sudo tar -xvf gcc-5.3-bin.tar -C /. It installs everything in /usr/local. You can invoke the Fortran 95 compiler by simply typing gfortran.

[To compile other sources...] you will also need to have Apple's XCode Tools installed from the Mac App Store. With XCode 4 or better you will need to download the command-line tools as an additional step. You will find the option to download the command-line tools in XCode's Preferences. On 10.9 Mavericks or higher, you can get the command-line tools by simply typing xcode-select --install.

Aggiunta tra parentesi quadre da me ...

Visita anche Scambio pila sicurezza informazioni e cerca le domande sui rischi per la sicurezza associati ai compilatori precompilati da fonti "sconosciute".

    
risposta data 17.01.2016 - 19:48
fonte

Leggi altre domande sui tag