You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On the computer you're reading this on, control or right click this link and save it (the option will be something like "Save Link As" or "Download Linked File" depending on your browser) to disk:
Transfer it to your Tiger or Leopard machine along with Xcode.
Type ruby followed by a space into your terminal prompt, then drag and drop the install file onto the same terminal window, and press return.
You'll also want to make sure that /usr/local/bin and /usr/local/sbin are in your PATH. (Unlike later Mac OS versions, /usr/local/bin isn't in the default PATH.) If you use bash as your shell, add this line to your ~/.bash_profile:
If you have trouble running brew update when your installation is located in /usr/local, run git config --global --add safe.directory /usr/local.
Something broke!
Many of the formulae in the repository have been tested, but there are still many that haven't been tested on Tiger and/or PowerPC yet. If something doesn't work, report a bug (or submit a pull request!) and we'll get it working.
Credits
Homebrew is originally by mxcl, a splendid chap. This fork is by mistydemeo, incorporating some code originally written by @sceaga.