Created
April 1, 2024 15:14
-
-
Save rromanchuk/e6d701e86728f6c629a21fd7c23b142a to your computer and use it in GitHub Desktop.
SDRReceiver build from source bookworm
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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