Skip to content

Commit 2f80bfa

Browse files
committed
OpenNI2-FreenectDriver: update README.md
Signed-off-by: Benn Snyder <[email protected]>
1 parent 518688a commit 2f80bfa

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

OpenNI2-FreenectDriver/README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,10 @@ OpenNI2-FreenectDriver is distributed under the Apache 2 license.
99
Install
1010
-------
1111
1. 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

2324
OpenNI2-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

0 commit comments

Comments
 (0)