Dependencies in the `depends` folders are not installed with 'make install'. Could be fixed by adding the following lines to the end of [CMakeLists.txt](https://github.com/OpenKinect/libfreenect2/blob/master/examples/protonect/CMakeLists.txt): ``` install_files(/ FILES "${MY_DIR}/../../depends/glew/") install_files(/ FILES "${MY_DIR}/../../depends/libusb/") ``` or maybe by installing them from the `install_deps.sh` script.