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.
You can download the installers on the Downloads page or use the links below:
- OS X 10.7 Lion: GCC-10.7.pkg
- OS X 10.6 Snow Leopard: GCC-10.6.pkg
To create your own package, place the Xcode Installer for your OS version
(Install Xcode.app
) in the root directory of the repository, then open
the matching .pmdoc
to build!
- GCC
- LLVM
- Clang
- Developer CLI Tools (purge, etc)
- DevSDK (headers, etc)
The source code from Apple for these packages is available here: