Tell me more ×
Super User is a question and answer site for computer enthusiasts and power users. It's 100% free, no registration required.

I find it really hard to believe there is not simple solution to installing GCC on Mac without having to download and install 1GB+ of xCode. I found a site that helps reduce the amount of programs to be installed in the xCode installation, but it's still a relatively large amount of disk space needed just to get this compiler up and running. Any Help would be greatly appreciated.

Did I mention in the title that I'm looking for a solution WITHOUT Xcode.

share|improve this question
So your only issue is the size of the download? – trojanfoe Oct 10 '12 at 7:51
yes, I have several Mac computers that I only need *nix related tools on. I don't develop with xcode, and don't care for it's tools / ide. I understand that the issue is with program dependencies, but until a second ago, I wasn't able to find any solutions. – Eric Leroy Oct 10 '12 at 7:56
I've used macports.org in the past. – juanchopanza Oct 10 '12 at 8:04
Doesn't mac ports rely on xcode also? – Eric Leroy Oct 10 '12 at 8:08
Loki, I don't think you get it. The whole point of the question is to install it without xcode. I don't like it. The thought of it taking up drive space irritates me. – Eric Leroy Oct 10 '12 at 8:11
show 2 more comments

migrated from stackoverflow.com Oct 10 '12 at 9:01

1 Answer

up vote 3 down vote accepted

OSX GCC Installer

Downloading and installing the massive Xcode installer is a huge hassle if you just want GCC and related tools.

The osx-gcc-installer allows you to install the essential compilers from either pre-built binary packages or helps you create your own installer.

share|improve this answer
Since then superseded by Apple's official Command Line Tools for Xcode: kennethreitz.org/experiments/xcode-gcc-and-homebrew – Arto Bendiken Mar 19 at 23:24

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.