libfreenect v0.4.2 Quixote
Features & Fixes
- Fix compilation errors under MinGW 4.8 and VS 2012 #359 #383
- Fix and improve keep_alive (@ofTheo) #379 #384
- Fix missing library after install #382
- Update python wrapper freenect.c and add python instructions #326
- New and improved cpack options; cmake config (@ce047) #355
Notes
- You can now generate .deb, .rpm, and .tgz packages with
cpack
#355
cmake .. -L -DBUILD_CPACK_DEB=ON -DBUILD_CPACK_RPM=ON -DBUILD_CPACK_TGZ=ON
cpack
- On win32, libfreenect builds directly against libusb v1.0.9 or newer. platform/windows/libusb10emu is deprecated and may be removed without warning. #363
- keep_alive.c is deprecated but remains for libusb older than v1.0.18. #384