Notice: MediaWiki has been updated. Report any rough edges to marcan@marcan.st

Talk:Getting Started

From OpenKinect
Revision as of 14:29, 23 November 2010 by 145.253.189.227 (talk)
Jump to: navigation, search

I'm not sure about building for Ubuntu Linux. I was only successful by installing freeglut3 and then I had to use the -lglu flag after make. Is there a better way? As in:

$ sudo apt-get freeglut3
$ make -lglu

Is there any need to modify the instructions? --Tom 11:42, 19 November 2010 (CET)


for the instructions not to use sudo I created the file but still received this error if I don't use sudo to run libusb couldn't open USB device /dev/bus/usb/001/005: Permission denied. libusb requires write access to USB device nodes. Could not open device


I also needed to install the following packages, because of GLUT_Xi_LIBRARY and GLUT_Xmu_LIBRARY:

 * libxine1
 * libxine1-dev
 * libxmu
 * libxmuu-dev
 * libxmuu-headers
 * libxi6
 * libxi-dev