Talk:Guided Tutorial GRC

From GNU Radio
Revision as of 01:43, 7 June 2017 by Gamorten (talk | contribs)
Jump to navigation Jump to search

I was able to get this tutorial (very informative btw) to work on Raspberry Pi 2 after the following steps:

Related previously installed programs: `sudo apt-get install rtl-sdr libtool libusb-1.0.0-dev librtlsdr-dev cmake`

Other Installs: `sudo apt-get install libboost-dev sqlite pyqt4-dev-tools liblog4cpp5 libboost-all-dev libcppunit-dev`

Note: most of the above are required but some may not be. I just kept Googling around and installing until the `cmake` worked.

If all programs are installed without reboot, the command `ldconfig` may be necessary to configure linker bindings.

To add "RTL-SDR Source" block to GNURadio, `sudo apt-get install gr-osmosdr'