diff --git a/build_libs.txt b/build_libs.txt new file mode 100644 index 0000000..678c007 --- /dev/null +++ b/build_libs.txt @@ -0,0 +1,27 @@ +To build RTL-SDR, HackRF and Airspy librares use the relevant git statements below and then the same build sequence of... + +cd +mkdir build +cd build +cmake ../ +make +sudo make install +sudo ldconfig + +RTL-SDR: git clone git//git.osmocom.org/rtl-sdr.git ./rtl-sdr +HACKRF: git clone https://github.com/mossmann/hackrf/host.git ./hackrf +AIRSPY: git clone https://github.com/airspy/host.git ./airspy + +For Soxr: + +git clone https://github.com/uklauer/soxr.git ./soxr + +then... + +cd soxr +./go +cd Release +sudo make install + +wget https://www.sdrplay.com/software/SDRplay_RSP_API-RPi-2.13.1.run +sh ./SDRplay_RSP_API-RPi-2.13.1.run diff --git a/images/dump1090_sdrplus.png b/images/dump1090_sdrplus.png new file mode 100644 index 0000000..4b4302b Binary files /dev/null and b/images/dump1090_sdrplus.png differ