Skip to content

Instantly share code, notes, and snippets.

@netpro2k
Created November 22, 2010 05:39
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save netpro2k/709570 to your computer and use it in GitHub Desktop.
Save netpro2k/709570 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://github.com/OpenKinect/libfreenect/raw/master/platform/osx/homebrew/libfreenect.rb"
curl --insecure -O "https://github.com/OpenKinect/libfreenect/raw/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