File tree Expand file tree Collapse file tree 2 files changed +4
-6
lines changed
Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -3,12 +3,11 @@ OpenNI2-FreenectDriver
33
44OpenNI2-FreenectDriver is a bridge to libfreenect implemented as an OpenNI2 driver.
55It allows OpenNI2 to use Kinect hardware on Linux and OSX.
6- It was originally a [ separate project] ( https://github.com/piedar/OpenNI2-FreenectDriver ) but is now distributed with libfreenect.
76OpenNI2-FreenectDriver is distributed under the [ Apache 2] ( https://github.com/OpenKinect/libfreenect/blob/master/APACHE20 ) license.
87
98Install
109-------
11- 1 . Download and unpack [ OpenNI] ( http://www.openni.org /openni-sdk/ ) 2.2.0.33 or higher.
10+ 1 . Download and unpack [ OpenNI] ( http://structure.io /openni ) 2.2.0.33 or higher.
12112 . Go to the top libfreenect directory and build it with the OpenNI2 driver.
1312
1413 mkdir build
Original file line number Diff line number Diff line change @@ -75,6 +75,7 @@ Continue with [Fetch & Build](#fetch-build).
7575
7676## Linux
7777
78+ Remember to install the [ udev rules] ( https://github.com/OpenKinect/libfreenect/tree/master/platform/linux/udev ) .
7879For a manual build, see [ the wiki] ( http://openkinect.org/wiki/Getting_Started#Manual_Build_on_Linux ) .
7980
8081### Ubuntu/Debian/Mint
@@ -83,12 +84,10 @@ The version packaged in Ubuntu may be very old.
8384To install newer packaged builds, see [ the wiki] ( http://openkinect.org/wiki/Getting_Started#Ubuntu.2FDebian ) .
8485Continue with this section for a manual build.
8586
86- sudo apt-get install git-core cmake pkg-config build-essential libusb-1.0-0-dev
87- sudo adduser $USER video
88- sudo adduser $USER plugdev # necessary?
87+ sudo apt-get install git cmake build-essential libusb-1.0-0-dev
8988
9089 # only if you are building the examples:
91- sudo apt-get install libglut3 -dev libxmu-dev libxi-dev
90+ sudo apt-get install freeglut3 -dev libxmu-dev libxi-dev
9291
9392Continue with [ Fetch & Build] ( #fetch-build ) .
9493
You can’t perform that action at this time.
0 commit comments