To install meld on Mac OSX I try to run:
brew install meld
but I got the following error:
Error: No available formula for meld
What is the right way to install meld?
|
feedback
|
|
It's not possible using Homebrew. They don't support it yet. Use a different package manager, like Fink, which is mentioned in meld's installation manual, or MacPorts, mentioned in the issue in Homebrew's issue tracker. You can probably also compile from source, but need to get the dependencies yourself. Installing one of the other package managers might be easier than that. | ||||
|
feedback
|
|
Today is already possible install it using Homebrew:
I got a issue with pygtk, when I execute meld it says:
I already have pygtk installed from lion, and needed to export it to work:
| |||
|
feedback
|