Skip to content

Commit ffdaebb

Browse files
amillerqdot
authored andcommitted
Updated the README with a ./configure fix for libusb on OX
Signed-off-by: Andrew <amiller@dappervision.com>
1 parent 7e802d1 commit ffdaebb

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.asciidoc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,9 @@ libusb source and run
7878

7979
patch -p1 < [path_to_OpenKinectRepo]/platform/osx/libusb-osx-kinect.diff
8080

81+
You need to tell configure to include some necessary frameworks:
82+
./configure LDFLAGS='-framework IOKit -framework CoreFoundation'
83+
8184
Recompile libusb and put it wherever CMake will look (/usr/local/lib,
8285
/usr/lib, etc...). If you're using a package manager like fink,
8386
macports, or homebrew, I'm going to expect you know what your doing

0 commit comments

Comments
 (0)