Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
rtlsdrblog authored Sep 13, 2023
1 parent 9745411 commit b6a816d
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions README
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,25 @@ sudo cp ../rtl-sdr.rules /etc/udev/rules.d/
sudo ldconfig
echo 'blacklist dvb_usb_rtl28xxu' | sudo tee --append /etc/modprobe.d/blacklist-dvb_usb_rtl28xxu.conf

***********************
Alternative Debian Package Installation Method:
***********************

If you have a system reliant on the Debian packages (eg. FlightRadar24, FlightAware, ADSBExchange images) you can update them directly using this method:

sudo apt update
sudo apt install libusb-1.0-0-dev git cmake
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_0.6.0~rtlsdrblog1_armhf.deb
sudo dpkg -i librtlsdr-dev_0.6.0~rtlsdrblog1_armhf.deb
sudo dpkg -i rtl-sdr_0.6.0~rtlsdrblog1_armhf.deb

***********************
Installation (Windows):
***********************
Expand Down

0 comments on commit b6a816d

Please sign in to comment.