Skip to content

Instantly share code, notes, and snippets.

@gongo
Created November 23, 2010 11: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 gongo/711607 to your computer and use it in GitHub Desktop.
Save gongo/711607 to your computer and use it in GitHub Desktop.
OpenKinect/libfreenect commit f3a8e29a08d536ba1e3f82b257f6071a998f26ad で変更されたけど微妙に動かなかったので修正
require 'formula'
class Libfreenect <Formula
url 'https://github.com/OpenKinect/libfreenect/tarball/master'
version 'master'
homepage 'http://openkinect.org'
md5 ''
depends_on 'libusb-freenect'
depends_on 'cmake'
def install
system "cmake . #{std_cmake_parameters}"
system "make install"
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment