Note: This site is currently "Under construction". I'm migrating to a new version of my site building software. Lots of things are in a state of disrepair as a result (for example, footnote links aren't working). It's all part of the process of building in public. Most things should still be readable though.

Installing GD on Mac OS X 107

I'm installing a piece of software that requires the GD^1^^ library as a dependency on my Mac. Searching only turned up old articles that describe multistep processes that include downloading and compiling yourself. That's no longer necessary. As of 2012, the clean, easy way to do the installation is with Homebrew^2^^. Just run:

sudo brew install gd

No muss. No fuss.

1. GD Graphics Library - The open source code library for the dynamic creation of images by programmers.

2. Homebrew - The easiest and most flexible way to install the UNIX tools Apple didn't include with OS X. Also, the software that I use now instead of MacPorts. If you ever have to install unix tools, it's the way to go.