On 03 Jan 14:24, Chris G wrote:
It's OK, I found what I need, you run autogen.sh and it creates the configure script and then runs it. So far so good. However there's a compile error from make - as that's more my line I can probably either fix that myself or find what's wrong from the developers.
Or you could use the magical google tool... and then you'll find out: http://osdir.com/ml/lib.libusb.devel.general/2006-05/msg00005.html
Once you've found that out, you'll do something sensible like go look for the svn repository... you might find that somewhere like: https://libusb.svn.sourceforge.net/svnroot/libusb
You'll then probably want to know where the development version is... Now, this being svn, you're probably going to want the trunk, so we go... svn co https://libusb.svn.sourceforge.net/svnroot/libusb/trunk libusb-trunk
When you've got that, you'll obviously then read the COMPILE.SVN file, which will tell you to do: ./autogen.sh make
And it'll build you a nice library - this is however version 0.1.13beta, which is what the current trunk is - it's the most upto date branch though, with activity just 5 months ago!
Hope that helps,