Created
February 14, 2025 00:56
-
-
Save nullobject/069b7b2cc29c5a0cd31f32668ad1c66b to your computer and use it in GitHub Desktop.
RTL-SDR v4
This file contains hidden or 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
sudo apt update | |
sudo apt install libusb-1.0-0-dev git cmake build-essential pkg-config | |
sudo apt install debhelper | |
git clone https://github.com/rtlsdrblog/rtl-sdr-blog | |
cd rtl-sdr-blog | |
sudo dpkg-buildpackage -b --no-sign | |
cd .. | |
sudo dpkg -i librtlsdr0_*.deb | |
sudo dpkg -i librtlsdr-dev_*.deb | |
sudo dpkg -i rtl-sdr_*.deb |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment