System for installing command-line Unix applications and tools on Mac OS X. Free and open-source.
25
votes
3answers
14k views
Are my permissions for /usr/local/ correct?
I’m using HomeBrew for my port needs (seems a bit “cleaner” than MacPorts).
I can install without sudoing (which is great), but the man linking step seems to require it (/usr/local/share/man/man3 ...
24
votes
2answers
6k views
What are pros and cons for MacPorts, Fink and Homebrew?
I'm just migrating from Ubuntu Linux to Mac, and everything is new and I'm re-learning a lot of stuff.
On Linux I had the excellent apt-get to manage software packages. I googled for an alternative ...
8
votes
2answers
4k views
Homebrew permissions & multiple users needing to brew update
I'm using Homebrew to manage package installs on Lion (Lion Server actually but this shouldn't matter).
Homebrew was installed under one user. Now a different user would like to add a package and ...
3
votes
5answers
820 views
Why can't I use .app bundles symlinked into /Applications as default in the 'open with' dialog?
I have installed emacs with homebrew, with the --cocoa flag, which makes homebrew create an .app bundle in /usr/local/Cellar/emacs/<version>/Emacs.app. I have symlinked the .app bundle into ...
7
votes
2answers
2k views
Migrating from MacPorts to Homebrew. Is there any specific advice in how to minimize disruption?
I want to stop using macports, and use homebrew instead, I have been reading on their approach and it makes more sense to me.
Now, I don't care much about having to reinstall my packages, even if some ...
2
votes
4answers
462 views
Set macvim as default application after homebrew installation
I've installed macvim via homebrew. This is working fine.
But when it commes to choose a default application for a new file type I cannot see MacVim. How can I set MacVim as the default application ...
2
votes
3answers
1k views
Minimal Xcode installation without iOS SDK
I am in the progress of switching my MBP to run off an SSD, so I’ve been looking of ways to save harddisk space. Xcode with the iOS SDK weighs around 10GB, and since I don’t really use the iOS SDK for ...
6
votes
2answers
1k views
Install Homebrew package and ignore md5 hash
I am trying to install some software using homebrew, and when downloading and trying to install one of the dependencies, the package won't install because of an MD5 mismatch.
Is it possible to get ...
2
votes
4answers
961 views
How do I install Homebrew on Tiger?
According to this previous question, I want to install Homebrew Tiger branch on my iBook running ... well, Tiger.
Unfortunatly, when running the Ruby one-liner,
ruby -e "$(curl -fsSL ...
2
votes
2answers
532 views
What is the best Homebrew version for an iBook running Tiger?
I have an old iBook running Mac OS Tiger, and I want to install the Homebrew package manager on it. Which branch should I choose ?
The Tiger one?
The PPC one?
Another one?
0
votes
0answers
68 views
Homebrew LoadError no such file to load
I'm running Mac OS X 10.7.5 on which I installed Homebrew some time ago. When trying to go into the brew directory with
cd `brew --prefix`
I'm getting the following error:
...