Created
February 16, 2014 19:13
-
-
Save darKoram/9039178 to your computer and use it in GitHub Desktop.
brew install meld
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[kbroughton@mb-kbroughton:proto/lynx-ansible + (develop)] brew --config | |
HOMEBREW_VERSION: 0.9.5 | |
ORIGIN: https://github.com/Homebrew/homebrew | |
HEAD: 5c1feb6773bc9e3c580fae8f65cce74c01bb5569 | |
HOMEBREW_PREFIX: /usr/local | |
HOMEBREW_CELLAR: /usr/local/Cellar | |
CPU: 8-core 64-bit ivybridge | |
OS X: 10.9.1-x86_64 | |
Xcode: 5.0.2 | |
CLT: 5.0.1.0.1.1382131676 | |
Clang: 5.0 build 500 | |
X11: 2.7.5 => /opt/X11 | |
System Ruby: 1.8.7-358 | |
Perl: /usr/bin/perl | |
Python: /usr/local/bin/python => /usr/local/Cellar/python/2.7.6/Frameworks/Python.framework/Versions/2.7/bin/python2.7 | |
Ruby: /Users/kbroughton/.rvm/rubies/ruby-1.9.2-p320/bin/ruby |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[kbroughton@mb-kbroughton:proto/lynx-ansible + (develop)] brew doctor | |
Warning: /usr/local/share/python is not needed in PATH. | |
Formerly homebrew put Python scripts you installed via `pip` or `pip3` | |
(or `easy_install`) into that directory above but now it can be removed | |
from your PATH variable. | |
Python scripts will now install into /usr/local/bin. | |
You can delete anything, except 'Extras', from the /usr/local/share/python | |
(and /usr/local/share/python3) dir and install affected Python packages | |
anew with `pip install --upgrade`. | |
Warning: Unbrewed dylibs were found in /usr/local/lib. | |
If you didn't put them there on purpose they could cause problems when | |
building Homebrew formulae, and may need to be deleted. | |
Unexpected dylibs: | |
/usr/local/lib/libsvn_client-1.0.dylib | |
/usr/local/lib/libsvn_delta-1.0.dylib | |
/usr/local/lib/libsvn_diff-1.0.dylib | |
/usr/local/lib/libsvn_fs-1.0.dylib | |
/usr/local/lib/libsvn_fs_fs-1.0.dylib | |
/usr/local/lib/libsvn_fs_util-1.0.dylib | |
/usr/local/lib/libsvn_ra-1.0.dylib | |
/usr/local/lib/libsvn_ra_local-1.0.dylib | |
/usr/local/lib/libsvn_ra_neon-1.0.dylib | |
/usr/local/lib/libsvn_ra_svn-1.0.dylib | |
/usr/local/lib/libsvn_repos-1.0.dylib | |
/usr/local/lib/libsvn_subr-1.0.dylib | |
/usr/local/lib/libsvn_wc-1.0.dylib | |
Warning: Unbrewed .la files were found in /usr/local/lib. | |
If you didn't put them there on purpose they could cause problems when | |
building Homebrew formulae, and may need to be deleted. | |
Unexpected .la files: | |
/usr/local/lib/libneon.la | |
/usr/local/lib/libsvn_client-1.la | |
/usr/local/lib/libsvn_delta-1.la | |
/usr/local/lib/libsvn_diff-1.la | |
/usr/local/lib/libsvn_fs-1.la | |
/usr/local/lib/libsvn_fs_fs-1.la | |
/usr/local/lib/libsvn_fs_util-1.la | |
/usr/local/lib/libsvn_ra-1.la | |
/usr/local/lib/libsvn_ra_local-1.la | |
/usr/local/lib/libsvn_ra_neon-1.la | |
/usr/local/lib/libsvn_ra_svn-1.la | |
/usr/local/lib/libsvn_repos-1.la | |
/usr/local/lib/libsvn_subr-1.la | |
/usr/local/lib/libsvn_wc-1.la | |
Warning: Unbrewed static libraries were found in /usr/local/lib. | |
If you didn't put them there on purpose they could cause problems when | |
building Homebrew formulae, and may need to be deleted. | |
Unexpected static libraries: | |
/usr/local/lib/libneon.a | |
/usr/local/lib/libsvn_client-1.a | |
/usr/local/lib/libsvn_delta-1.a | |
/usr/local/lib/libsvn_diff-1.a | |
/usr/local/lib/libsvn_fs-1.a | |
/usr/local/lib/libsvn_fs_fs-1.a | |
/usr/local/lib/libsvn_fs_util-1.a | |
/usr/local/lib/libsvn_ra-1.a | |
/usr/local/lib/libsvn_ra_local-1.a | |
/usr/local/lib/libsvn_ra_neon-1.a | |
/usr/local/lib/libsvn_ra_svn-1.a | |
/usr/local/lib/libsvn_repos-1.a | |
/usr/local/lib/libsvn_subr-1.a | |
/usr/local/lib/libsvn_wc-1.a | |
Warning: You have unlinked kegs in your Cellar | |
Leaving kegs unlinked can lead to build-trouble and cause brews that depend on | |
those kegs to fail to run properly once built. Run `brew link` on these: | |
gdbm |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ln -s ../../Cellar/meld/1.8.2/share/applications/meld.desktop meld.desktop | |
ln -s ../Cellar/meld/1.8.2/share/appdata appdata | |
ln -s ../Cellar/meld/1.8.2/lib/meld meld | |
ln -s ../../Cellar/meld/1.8.2 meld | |
ln -s ../Cellar/meld/1.8.2 meld | |
==> Summary | |
🍺 /usr/local/Cellar/meld/1.8.2: 260 files, 3.4M, built in 4 seconds | |
[kbroughton@mb-kbroughton:proto/lynx-ansible + (develop)] meld |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment