Skip to content

Instantly share code, notes, and snippets.

@joe-speedboat
Created January 7, 2018 18:08
Show Gist options
  • Save joe-speedboat/828335eda4cdef8e036704ae7d22a60d to your computer and use it in GitHub Desktop.
Save joe-speedboat/828335eda4cdef8e036704ae7d22a60d to your computer and use it in GitHub Desktop.
compile rtl_433 on fedora rawhide
sudo dnf install cmake libusb-devel rtl-sdr-devel
git clone https://github.com/merbanan/rtl_433.git
cd rtl_433/
mkdir build
cd build
cmake ../
make
cd src
./rtl_433
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment