Gnuradio
From University of Washington - Ubicomp Research Page
Jump to navigationJump to search
Install Instructions
The released image of the gnuradio program is usually not up to date, instead use the latest SVN checkout from their website: [1]
Summary instructions
Full instructions on the Ubuntu wiki page: [2]
- For ubuntu 8.04 you need to install the following packages: <bash>sudo apt-get -y install swig g++ automake1.9 libtool python-dev fftw3-dev \ libcppunit-dev sdcc libusb-dev libasound2-dev libsdl1.2-dev \ python-wxgtk2.8 subversion guile-1.8-dev libqt4-dev python-numpy-ext \ ccache python-opengl libgsl0-dev python-cheetah python-lxml doxygen \ libqwt5-qt4-dev libqwtplot3d-qt4-dev qt4-dev-tools python-qwt5-qt4 --fix-missing </bash>
- Next download the boost libraries from boost.sourceforge.net and build it. <bash>export BOOST_PREFIX=/opt/boost_1_38_0 export LD_LIBRARY_PATH=$BOOST_PREFIX/lib ./configure --prefix=$BOOST_PREFIX --with-libraries=thread,date_time,program_options make make install </bash>
- Builid gnuradio: <bash>./bootstrap ./configure --enable-usrp --enable-gr-usrp --with-boost=$BOOST_PREFIX make make install</bash>