[hpsdr] Running ghpsdr on Ubuntu Linux
Andrea Montefusco
andrea.montefusco at gmail.com
Thu Dec 8 14:02:34 PST 2011
On 12/08/2011 04:49 PM, Dan Mitchell wrote:
> I have never been able to run John Melton's ghpsdr on my 32-bit Ubuntu
> machine.
Try to recompile it using the following commands:
sudo apt-get install make gcc
sudo apt-get install libgtk2.0-dev
sudo apt-get install libfftw3-dev
sudo apt-get install libusb-1.0-0-dev
sudo apt-get install libgsl0-dev
cd
svn co svn://svn.openhpsdr.org/svn/repos_sdr_hpsdr/trunk/N6LYT/ghpsdr ghpsdr
cd ghpsdr/
make clean
rm libDttSP.a
tar xvzf DttSP.tar.gz
cd DttSP
make clean
make -j4
cp libDttSP.a ..
cd ..
make -j4
I just tried the above command on U10.04 and the build was successfull (I didn't try to run against
real hardware though).
On U11.04 please add into INCLUDE macro (inside ghpsdr/Makefile) the following directory:
-I/usr/lib/i386-linux-gnu/glib-2.0/include/
In /etc/udev/rules.d create a file called 90-ozy.rules with the following line in it:
SUBSYSTEMS=="usb",ATTRS{idVendor}=="fffe",ATTRS{idProduct}=="0007",SYMLINK+="ozy",MODE="666"
next reload the udev daemon:
sudo udevadm control --reload-rules
Next run it:
cd bin
./ghpsdr.sh
*am*
---------------------------------------------------------
Andrea Montefusco iw0hdv http://www.montefusco.com
tel: +393356992791 fax: +390623318709
---------------------------------------------------------
1323381754.0
More information about the Hpsdr
mailing list