Talk:Guided Tutorial GRC: Difference between revisions
Jump to navigation
Jump to search
(Created page with "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-s...") |
No edit summary |
||
Line 2: | Line 2: | ||
Related previously installed programs: `sudo apt-get install rtl-sdr libtool libusb-1.0.0-dev librtlsdr-dev cmake` | 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` | Other Installs: `sudo apt-get install libboost-dev sqlite pyqt4-dev-tools liblog4cpp5 libboost-all-dev libcppunit-dev` | ||
Revision as of 01:43, 7 June 2017
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'