PDA

View Full Version : [ubuntu] Help me to install multican PLEASE!



I eat coffee!
April 10th, 2009, 03:02 AM
Someone help me install this program. The untared folder does not contain an INSTALL file. Here is a link to where it can be downloaded. Please help me out. This software is used for remote control of the cannon 350d dslr cameras. If you have another way of controlling them via pc, please share. The readme does not tell me how to install. Do I need to download an ide in order to compile it...?

http://multican.sourceforge.net/

knattlhuber
April 10th, 2009, 05:02 AM
The way to go would be to do

sudo make install
in a terminal.

Or better, after installing the 'checkinstall' package

sudo checkinstall
(checkinstall will create a .deb package that can be removed should you wish to remove it later)

However, when I do that on my machine, make throws an error

multican.c:32:17: error: usb.h: No such file or directory
complaining about a missing header file. You may have to install an additional library but I don't know which one. libusb-dev maybe?!?

I eat coffee!
April 11th, 2009, 12:04 AM
I tried all of that but I got errors. should I find and install that library? I was hoping multican would contain a INSTALL file to educate me on its dependencies. I guess the creator was not interested in making it remotely easy to install haha.

knattlhuber
April 11th, 2009, 12:29 AM
I had googled the error message and people had suggested installing libusb-dev to fix it. Doesn't hurt to try I guess...