Missing the nice and sweet meld program for your SVN or GIT diffs in Lion?
Try this:
- Get and install pygtk:
- Get meld
- Extract the tar.bz2, go to the extracted directory and then run:
- Note: This assumes you have brew installed. If not, see here.
- $ brew install intltool
- $ brew install gettext
- $ export PATH=/usr/local/Cellar/gettext/0.18.1.1/bin/:$PATH
- $ make prefix=/usr/local/ install
- Now you should now have the 'meld' command available.
Some useful links I went through to figure the above mentioned steps:
- http://meld.sourceforge.net/
- http://meld.sourceforge.net/install.html
- http://www.mail-archive.com/pygtk@daa.com.au/msg20559.html
1 comentario:
I also needed "brew install scrollkeeper" , which itself required running this script to register docbook https://gist.github.com/462528
Thanks!
Publicar un comentario