Skip to content

Commit

Permalink
Install libfreenect.pc on OSX - fixes #410
Browse files Browse the repository at this point in the history
Fix broken link in README.md

Signed-off-by: Benn Snyder <[email protected]>
  • Loading branch information
piedar committed Sep 1, 2014
1 parent 110a58b commit e241863
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ Wrappers are not guaranteed to be API stable or up to date.
# cython freenect.pyx
python2 setup.py build_ext --inplace

For example, start with [demo_cv_async.py](https://gihub.com/OpenKinect/libfreenect/tree/master/wrappers/python/devmo_cv_async.py).
For example, start with [demo_cv_async.py](https://github.com/OpenKinect/libfreenect/tree/master/wrappers/python/devmo_cv_async.py).


# Code Contributions
Expand Down
2 changes: 1 addition & 1 deletion src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ target_link_libraries (freenectstatic ${LIBUSB_1_LIBRARIES})
install (FILES "../include/libfreenect.h" "../include/libfreenect_registration.h" "../include/libfreenect_audio.h"
DESTINATION ${PROJECT_INCLUDE_INSTALL_DIR})

IF(UNIX AND NOT APPLE)
IF(UNIX)
# Produce a pkg-config file for linking against the shared lib
configure_file ("libfreenect.pc.in" "libfreenect.pc" @ONLY)
install (FILES "${CMAKE_CURRENT_BINARY_DIR}/libfreenect.pc"
Expand Down

0 comments on commit e241863

Please sign in to comment.