Skip to content

Commit a676d10

Browse files
committed
Cmake instructions
1 parent 9bac908 commit a676d10

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

README.asciidoc

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,17 @@ I'm a code janitor!
66

77
First off, the kinect code here is in such a massive amount of flux as to like, totally not even be funny. You are so amazingly on your own right now, but feel free to hit the #openkinect IRC channel on Freenode for questions.
88

9+
==== Building with CMake
10+
11+
To use CMake:
12+
13+
- Make a directory somewhere. Like, say, c/build in your repo directory.
14+
- Go into that directory
15+
- Type cmake ..
16+
- Watch the magic happen
17+
- After this, just run make and you'll be fine.
18+
- If you want to use an IDE or whatever, well, you'll figure it out.
19+
920
==== Linux
1021

1122
Should "just work" if you have libusb installed. Since there's no udev rules yet, you'll need to run as root. Deal with it.

0 commit comments

Comments
 (0)