Skip to content

Instantly share code, notes, and snippets.

@andrew
Forked from netpro2k/gist:709570
Created August 25, 2011 13:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save andrew/1170599 to your computer and use it in GitHub Desktop.
Save andrew/1170599 to your computer and use it in GitHub Desktop.
libfreenect homebrew formula
# install homebrew (details here: https://github.com/mxcl/homebrew/wiki/installation or just run the following command)
ruby -e "$(curl -fsSL https://gist.github.com/raw/323731/install_homebrew.rb)"
# install xcode: http://developer.apple.com/technologies/xcode.html
# install homebrew formulas (this should eventually be in official homebrew repo)
cd /usr/local/Library/Formula
curl --insecure -O "https://raw.github.com/OpenKinect/libfreenect/master/platform/osx/homebrew/libfreenect.rb"
curl --insecure -O "https://raw.github.com/OpenKinect/libfreenect/master/platform/osx/homebrew/libusb-freenect.rb"
# install libfreenect
brew install libfreenect
# test
glview
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment