Skip to content

Commit 45f97b6

Browse files
committed
Update README.md
Signed-off-by: Benn Snyder <[email protected]>
1 parent 5b1bf4e commit 45f97b6

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

OpenNI2-FreenectDriver/README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,11 @@ OpenNI2-FreenectDriver
33

44
OpenNI2-FreenectDriver is a bridge to libfreenect implemented as an OpenNI2 driver.
55
It 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.
76
OpenNI2-FreenectDriver is distributed under the [Apache 2](https://github.com/OpenKinect/libfreenect/blob/master/APACHE20) license.
87

98
Install
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.
1211
2. Go to the top libfreenect directory and build it with the OpenNI2 driver.
1312

1413
mkdir build

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff 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).
7879
For 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.
8384
To install newer packaged builds, see [the wiki](http://openkinect.org/wiki/Getting_Started#Ubuntu.2FDebian).
8485
Continue 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

9392
Continue with [Fetch & Build](#fetch-build).
9493

0 commit comments

Comments
 (0)