Skip to content

Instantly share code, notes, and snippets.

@nullobject
Created February 14, 2025 00:56
Show Gist options
  • Save nullobject/069b7b2cc29c5a0cd31f32668ad1c66b to your computer and use it in GitHub Desktop.
Save nullobject/069b7b2cc29c5a0cd31f32668ad1c66b to your computer and use it in GitHub Desktop.
RTL-SDR v4
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