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

Difference between revisions of "Talk:Getting Started"

From OpenKinect
Jump to: navigation, search
Line 9: Line 9:
 
libusb requires write access to USB device nodes.
 
libusb requires write access to USB device nodes.
 
Could not open device
 
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

Revision as of 14:29, 23 November 2010

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