This document depends on one of the Operating System and driver installation pages.
cd ~/ git clone https://github.com/fventuri/nrsc5.git nrsc5-sdrplay cd nrsc5-sdrplay mkdir build cd build cmake -DUSE_NEON=ON -DUSE_FAAD2=ON -DSDR_DRIVER=sdrplay -DLIBRARY_DEBUG_LEVEL=1 .. make -j $(nproc) # Only install one version... sudo make install sudo ldconfig
cd ~/nrsc5-sdrplay/build/src ./nrsc5
# Syntax: nrsc5 -g <LNAstate.IFGR (IFGR=0 -> AGC enabled)> <Radios Station Frequency> <Program> # For example: cd ~/nrsc5-sdrplay/build/src ./nrsc5 -g 0.0 91.7 0
cd ~/ git clone https://github.com/markjfine/nrsc5-dui.git
cd ~/nrsc5-dui python3 nrsc5-dui.py ~/nrsc5-sdrplay/build/src/