Skip to content

Latest commit

 

History

History
39 lines (27 loc) · 1.23 KB

README.rst

File metadata and controls

39 lines (27 loc) · 1.23 KB

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.

Option 1: Downloading Pre-Built Binaries

You can download the installers on the Downloads page or use the links below:

Option 2: Build Your Own

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!

What's Included?

  • GCC
  • LLVM
  • Clang
  • Developer CLI Tools (purge, etc)
  • DevSDK (headers, etc)

References

The source code from Apple for these packages is available here:

http://www.opensource.apple.com/release/developer-tools-41/