diff --git a/wrappers/openni2/README.md b/wrappers/openni2/README.md index cf1523bcac..09630b44d9 100755 --- a/wrappers/openni2/README.md +++ b/wrappers/openni2/README.md @@ -20,12 +20,13 @@ Download [OpenNI2 SDK](https://structure.io/openni) Download [RealSense2 SDK](https://github.com/IntelRealSense/librealsense/releases) Run CMake on driver and configure SDK's: -* OPENNI2_DIR +* OPENNI2_DIR (For linux, the path may be "/usr/include/openni2") * REALSENSE2_DIR Generate project files and compile driver -Copy rs2driver.dll and realsense2.dll to OPENNI2_DIR/Samples/Bin/OpenNI2/Drivers/ +For windows,copy rs2driver.dll and realsense2.dll to OPENNI2_DIR/Samples/Bin/OpenNI2/Drivers/ +For windows,copy librs2driver.so and librealsense2.so to OPENNI2_DIR/Samples/Bin/OpenNI2/Drivers/ Launch any OpenNI2 example (SimpleRead SimpleViewer NiViewer) located at OPENNI2_DIR/Samples/Bin/ @@ -42,4 +43,4 @@ _Picture:_ _Configuring_ _capture_ ## License -This project is licensed under the [Apache](https://github.com/IntelRealSense/librealsense/blob/master/LICENSE) License, Version 2.0. \ No newline at end of file +This project is licensed under the [Apache](https://github.com/IntelRealSense/librealsense/blob/master/LICENSE) License, Version 2.0.