[hpsdr] ghpsdr and libusb1.0-dev

Andrea Montefusco andrew at montefusco.com
Fri Jun 26 08:25:04 PDT 2009


Richard Ames wrote:
> I have a new computer and have just done a clean install of Ubuntu 9.04.
> 
> I am working through your README (revision 1072) and I'm at the the
> step:
> 
> sudo apt-get install libusb1.0-dev
> 
> which results in: E: Couldn't find package libusb1.0-dev
> 
> on the previous computer I went and found a version of libusb, compiled
> and installed it.... as you may remember - it never worked.
> 
> Where should I get this package?  I am happy to compile it... from which
> source?

Richard,

maybe the libusb 1.0 is not packaged by Debian.
To compile it from source:

# go your home dir
cd ~
# download the package
wget http://downloads.sourceforge.net/libusb/libusb-1.0.0.tar.bz2
# unzip it
bunzip2 libusb-1.0.0.tar.bz2
# create the directory tree
tar -xvf libusb-1.0.0.tar
# go into source dir
cd libusb-1.0.0
# configure, compile and install
./configure
make
sudo make install

         *am*

---------------------------------------------------------
Andrea Montefusco iw0hdv        http://www.montefusco.com
tel: +393356992791                     fax: +390623318709
---------------------------------------------------------

 1246029904.0


More information about the Hpsdr mailing list