156 days ago
Building Git on Leopard
So you want to use Git for distributed version control. For Mac OS X 10.5 there are a couple of options for installing Git.
- Fink packages an almost up-to-date version, named simply
git - MacPorts packages an up-to-date version as
git-core
Either of these methods, though, installs lots of dependencies. Which requires lots of compile time. And lots of disk space — especially for the MacPorts version.
So I prefer to compile Git myself — and use Fink for dependencies. Here’s how I do it.







