Skip to content

Instantly share code, notes, and snippets.

@rromanchuk
Created April 1, 2024 15:14
Show Gist options
  • Save rromanchuk/e6d701e86728f6c629a21fd7c23b142a to your computer and use it in GitHub Desktop.
Save rromanchuk/e6d701e86728f6c629a21fd7c23b142a to your computer and use it in GitHub Desktop.
SDRReceiver build from source bookworm
git clone https://github.com/jeroenbeijer/SDRReceiver.git
cd SDRReceiver
sudo apt install qtbase5-dev
sudo apt install librtlsdr-dev libzmq3-dev libusb-dev
qmake
make
sudo make install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment