Created
October 24, 2010 08:27
-
-
Save cvasilak/643309 to your computer and use it in GitHub Desktop.
success output
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
casper:~ cvasilak$ which pkg-config | |
/usr/local/bin/pkg-config | |
casper:~ cvasilak$ brew install pango | |
Formula already installed: /usr/local/Cellar/pango/1.28.1 | |
casper:~ cvasilak$ brew link pango | |
25 links created for /usr/local/Cellar/pango/1.28.1 | |
casper:~ cvasilak$ brew install rrdtool | |
==> Downloading http://oss.oetiker.ch/rrdtool/pub/rrdtool-1.4.4.tar.gz | |
File already downloaded and cached to /Users/cvasilak/Library/Caches/Homebrew | |
==> Downloading patches | |
==> Patching | |
patching file configure | |
Warning: Using system Ruby. RRD module will be installed to /Library/Ruby/... | |
Warning: Using system Perl. RRD module will be installed to /Library/Perl/... | |
==> ./configure --disable-dependency-tracking --prefix=/usr/local/Cellar/rrdtool/1.4.4 --enable-perl-site-install --enable-ruby-site-install | |
==> make install | |
/usr/local/Cellar/rrdtool/1.4.4: 148 files, 3,3M, built in 60 seconds |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment