gnuradio
This is an old revision of the document!
gnuradio
Build and Install
http://gnuradio.org/redmine/projects/gnuradio/wiki/DebianInstall
Install pre-requisites:
Make sure you're using g++ v4.5:
export CXX=g++-4.5 Download GNU Radio from git:
git clone http://gnuradio.org/git/gnuradio.git Bootstrap, configure and build:
cd gnuradio ./bootstrap ./configure make -e
uhd driver install
git clone git:code.ettus.com/ettus/uhd.git mkdir build cd build cmake ../ make clean make sudo make install /usr/local/bin/uhd_find_devices sudo ldconfig http://www.sbrac.org/files/build-gnuradio ====== Programming ====== http://gnuradio.org/redmine/projects/gnuradio/wiki/TutorialsWritePythonApplications
gnuradio.1319520900.txt.gz · Last modified: 2018/07/18 14:09 (external edit)