Skip to content

Instantly share code, notes, and snippets.

View lukeorland's full-sized avatar

Luke Orland lukeorland

View GitHub Profile
@lukeorland
lukeorland / gist:964455
Created May 10, 2011 13:20
ls -C1 /usr/local/lib/pkgconfig
$ ls -C1 /usr/local/lib/pkgconfig
ImageMagick.pc@
MagickCore.pc@
MagickWand.pc@
QtCLucene.pc
QtCore.pc
QtDeclarative.pc
QtDesigner.pc
QtDesignerComponents.pc
QtGui.pc
@lukeorland
lukeorland / gist:963551
Created May 9, 2011 22:20
brew install imagemagick fail 1
/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
@lukeorland
lukeorland / brew install -vd sshfs-fuse ---- config.log
Created December 10, 2010 18:28
brew install -vd sshfs-fuse ---- config.log
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. ##
#!/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?"
We couldn’t find that file to show.