@@ -2,7 +2,7 @@ libfreenect
22===========
33
44libfreenect is a userspace driver for the Microsoft Kinect.
5- It runs on \* nix , OSX, and Windows and supports
5+ It runs on Linux , OSX, and Windows and supports
66
77- RGB and Depth Images
88- Motors
@@ -12,7 +12,7 @@ It runs on \*nix, OSX, and Windows and supports
1212Audio is a work in progress.
1313
1414
15- # Build Guide
15+ # Build Instructions
1616
1717To build libfreenect, you'll need
1818
@@ -25,14 +25,19 @@ For the examples, you'll need
2525- glut (included with OSX)
2626- [ pthreads-win32] ( http://sourceforge.net/projects/pthreads4w/ ) (Windows)
2727
28- ## Fetch & Build
28+
29+ ## Fetch & Build <a name =" fetch-build " ></a >
2930
3031 git clone https://github.com/OpenKinect/libfreenect
3132 cd libfreenect
3233 mkdir build
3334 cd build
3435 cmake ..
35- cmake --build .
36+ make
37+
38+ # if you don't have `make` or don't want color output
39+ # cmake --build .
40+
3641
3742## OSX
3843
@@ -48,7 +53,9 @@ For a manual build, see [the wiki](http://openkinect.org/wiki/Getting_Started#Ma
4853### MacPorts
4954
5055 sudo port install git-core cmake libusb libtool
51- # GOTO: Fetch & Build
56+
57+ Continue with [ Fetch & Build] ( #fetch-build ) .
58+
5259
5360## Linux
5461
@@ -67,7 +74,7 @@ Continue with this section for a manual build.
6774 # only if you are building the examples:
6875 sudo apt-get install libglut3-dev libxmu-dev libxi-dev
6976
70- # GOTO: Fetch & Build
77+ Continue with [ Fetch & Build] ( #fetch-build ) .
7178
7279There is also a [ debian branch] ( https://github.com/OpenKinect/libfreenect/tree/debian ) for packaging purposes.
7380
@@ -83,7 +90,7 @@ There is a [libfreenect-git](https://aur.archlinux.org/packages/libfreenect-git/
8390## Windows
8491
8592The inf files in [ platform/windows/] ( https://github.com/OpenKinect/libfreenect/tree/master/platform/windows ) may be used for installing the device.
86- Follow ** Fetch & Build** or use Github and CMake GUI tools.
93+ Follow [ Fetch & Build] ( #fetch-build ) or use Github and CMake GUI tools.
8794You may need to supply paths to CMake so it can find dependencies.
8895For example:
8996
@@ -152,19 +159,10 @@ of either License.
152159
153160# More Information
154161
155- Information about the OpenKinect project can be found at
156-
157- http://www.openkinect.org
158-
159- For questions, support, and discussion, check out the google groups
160- mailing list at
161-
162- http://groups.google.com/group/openkinect
163-
164- Or the IRC channel at
162+ Information about the OpenKinect project can be found at http://www.openkinect.org
165163
166- \# openkinect on Freenode
164+ For questions, support, and discussion, check out the google groups mailing list at http://groups.google.com/group/openkinect
167165
168- We are also on twitter at
166+ Or the IRC channel at \# openkinect on [ Freenode ] ( http://freenode.net/ )
169167
170- http://twitter.com/openkinect
168+ We are also on twitter at http://twitter.com/openkinect
0 commit comments