We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 664ff3c commit 680d934Copy full SHA for 680d934
README.md
@@ -242,6 +242,7 @@ cmake .. -DCMAKE_INSTALL_PREFIX=$HOME/freenect2
242
make
243
make install
244
```
245
+ You need to specify `cmake -Dfreenect2_DIR=$HOME/freenect2/lib/cmake/freenect2` for CMake based third-party application to find libfreenect2.
246
* Set up udev rules for device access: `sudo cp ../platform/linux/udev/90-kinect2.rules /etc/udev/rules.d/`, then replug the Kinect.
247
* Run the test program: `./bin/Protonect`
248
* Run OpenNI2 test (optional): `sudo apt-get install openni2-utils && sudo make install-openni2 && NiViewer2`.
0 commit comments