Install GNU GCC on mac

后端 未结 3 1248
余生分开走
余生分开走 2020-11-29 04:11

I have recently become frustrated with the new clang compiler included with Xcode 5. I was wondering what the best way to install GNU GCC on OS X would be.

Things to

3条回答
  •  粉色の甜心
    2020-11-29 05:02

    Homebrew now has the GCC package so you can install it with this command:

    brew install gcc
    

提交回复
热议问题