Home
Head's Up: I'm in the middle of upgrading my site. Most things are in place, but there are something missing and/or broken including image alt text. Please bear with me while I'm getting things fixed.

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.