We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e802d1 commit ffdaebbCopy full SHA for ffdaebb
README.asciidoc
@@ -78,6 +78,9 @@ libusb source and run
78
79
patch -p1 < [path_to_OpenKinectRepo]/platform/osx/libusb-osx-kinect.diff
80
81
+You need to tell configure to include some necessary frameworks:
82
+./configure LDFLAGS='-framework IOKit -framework CoreFoundation'
83
+
84
Recompile libusb and put it wherever CMake will look (/usr/local/lib,
85
/usr/lib, etc...). If you're using a package manager like fink,
86
macports, or homebrew, I'm going to expect you know what your doing
0 commit comments