uwhpsc-2016 / syllabus

Spring 2016 Course Syllabus and Information
15 stars 20 forks source link

gcc on mac #36

Open bmva opened 8 years ago

bmva commented 8 years ago

Any chance you could post a link on how you installed gcc on your mac? I haven't had much luck surfing through google posts unfortunately. I've had quite a few issues with sage math connections and prefer working on my computer locally.

Thanks!

cswiercz commented 8 years ago

I used homebrew. It's like apt-get or yum for OSX.

A while ago I was skeptical but nowadays it's a useful and stable tool for obtaining common software development tools on OSX.

For installing gcc, in particular, I used (I think)

$ brew install gcc