This file contains hidden or 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
$ ls -C1 /usr/local/lib/pkgconfig | |
ImageMagick.pc@ | |
MagickCore.pc@ | |
MagickWand.pc@ | |
QtCLucene.pc | |
QtCore.pc | |
QtDeclarative.pc | |
QtDesigner.pc | |
QtDesignerComponents.pc | |
QtGui.pc |
This file contains hidden or 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
/usr/local/bin/git | |
==> Cloning git://github.com/adamv/ImageMagick.git | |
Updating /Users/orluke/Library/Caches/Homebrew/imagemagick--git | |
git fetch git://github.com/adamv/ImageMagick.git | |
git fetch --tags | |
==> Checking out tag 6.6.9-4 | |
git checkout 6.6.9-4 | |
git checkout-index -a -f --prefix=/private/tmp/homebrew-imagemagick-6.6.9-4-NHrh/ | |
==> ./configure --disable-osx-universal-binary --without-perl --prefix=/usr/local/Cellar/imagemagick/6.6.9-4 --disable-dependency-tracking --enable-shared --disable-static --with-modules --without-gslib --without-magick-plus-plus | |
./configure --disable-osx-universal-binary --without-perl --prefix=/usr/local/Cellar/imagemagick/6.6.9-4 --disable-dependency-tracking --enable-shared --disable-static --with-modules --without-gslib --without-magick-plus-plus |
This file contains hidden or 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
This file contains any messages produced by compilers while | |
running configure, to aid debugging if configure makes a mistake. | |
It was created by sshfs-fuse configure 2.2, which was | |
generated by GNU Autoconf 2.61. Invocation command line was | |
$ ./configure --disable-debug --disable-dependency-tracking --prefix=/usr/local/Cellar/sshfs-fuse/2.2 | |
## --------- ## | |
## Platform. ## |
This file contains hidden or 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
#!/bin/bash | |
declare -r PI=3.14159265358979 | |
if ['id -u' != "0" ]; then | |
echo "You should be root to run this script." | |
exit 1 | |
fi | |
clear | |
echo "What is your race distance in meters?" | |
read -e RACE_DISTANCE | |
echo "What is your roller diameter in inches?" |
NewerOlder