How to install latest version of gnuradio with CRC MMBtools live CD

From Opendigitalradio
Revision as of 02:33, 29 October 2011 by Ubr (Talk | contribs)

Jump to: navigation, search

If you have installed Ubuntu and CRC mmbtools CD (beta 9 or older), you cannot use the WBX daughterboard because you need the latest version of gnuradio.

In this case you can follow these steps to remove the old gnuradio and compile/install the new one. (taken from CRC Workshop organised at EBU)


sudo apt-get remove -y gnuradio gnuradio-doc libgnuradio libgnuradio-core libgnuradio-omnithread libgruel python-gnuradio-core libusrp usrp-doc python-wxgtk2.6
sudo apt-get -y install git-core autoconf libtool python-dev swig libfftw3-dev libcppunit-dev libusb-dev libboost1.37-dev guile-1.8-dev sdcc-nf libsdl1.2-dev libgsl0-dev
git clone http://gnuradio.org/git/gnuradio.git
cd gnuradio
git checkout v3.3.0
./bootstrap
./configure --prefix=/usr --sysconfdir=/etc
make -j2
sudo make install
sudo ldconfig
sudo ln -s gnuradio-companion /usr/bin/grc 
sudo ln -s libgruel.so /usr/lib/libgruel.so.0
Personal tools