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
(Created page with "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...")
 
Line 3: Line 3:
 
  $ make -lglu
 
  $ make -lglu
 
Is there any need to modify the instructions? --[[User:Tom|Tom]] 11:42, 19 November 2010 (CET)
 
Is there any need to modify the instructions? --[[User:Tom|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

Revision as of 00:03, 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