File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -9,9 +9,10 @@ OpenNI2-FreenectDriver is distributed under the Apache 2 license.
99Install
1010-------
11111 . Download and unpack [ OpenNI] ( http://www.openni.org/openni-sdk/ ) 2.2.0.33 or higher.
12- 2 . Build libfreenect with the OpenNI2 driver.
12+ 2 . Go to your build directory and build libfreenect with the OpenNI2 driver.
1313
14- mkdir build && cd build
14+ mkdir build
15+ cd build
1516 cmake .. -DBUILD_OPENNI2_DRIVER=ON
1617 make
1718
@@ -21,7 +22,7 @@ Install
2122 cp -L lib/OpenNI2-FreenectDriver/libFreenectDriver.{so,dylib} ${Repository}
2223
2324OpenNI2-FreenectDriver is built with a static libfreenect, so you do not need to include libfreenect when deploying.
24- However, you will need to make sure target systems have libusb and all other libfreenect dependencies.
25+ However, you will need to make sure target systems have libusb and all other dependencies listed in ` ldd libFreenectDriver.so ` .
2526
2627__________________________________________________
2728
You can’t perform that action at this time.
0 commit comments