File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -134,7 +134,7 @@ Wrappers are not guaranteed to be API stable or up to date.
134
134
# cython freenect.pyx
135
135
python2 setup.py build_ext --inplace
136
136
137
- For example, start with [ demo_cv_async.py] ( https://gihub .com/OpenKinect/libfreenect/tree/master/wrappers/python/devmo_cv_async .py ) .
137
+ For example, start with [ demo_cv_async.py] ( https://github .com/OpenKinect/libfreenect/tree/master/wrappers/python/demo_cv_async .py ) .
138
138
139
139
140
140
# Code Contributions
Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ target_link_libraries (freenectstatic ${LIBUSB_1_LIBRARIES})
47
47
install (FILES "../include/libfreenect.h" "../include/libfreenect_registration.h" "../include/libfreenect_audio.h"
48
48
DESTINATION ${PROJECT_INCLUDE_INSTALL_DIR} )
49
49
50
- IF (UNIX AND NOT APPLE )
50
+ IF (UNIX )
51
51
# Produce a pkg-config file for linking against the shared lib
52
52
configure_file ("libfreenect.pc.in" "libfreenect.pc" @ONLY)
53
53
install (FILES "${CMAKE_CURRENT_BINARY_DIR} /libfreenect.pc"
You can’t perform that action at this time.
0 commit comments