Skip to content

Instantly share code, notes, and snippets.

@uname-yang
Created November 26, 2017 13:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save uname-yang/888674925fa8a3bed75a4fc5b9c952f7 to your computer and use it in GitHub Desktop.
Save uname-yang/888674925fa8a3bed75a4fc5b9c952f7 to your computer and use it in GitHub Desktop.
how to install rtl-sdr
#MAC
brew install sox
brew install cmake
brew install libusb
git clone git://git.osmocom.org/rtl-sdr.git
cd rtl-sdr
mkdir build
cd build
cmake ../
make
make install
# test
rtl_test -t
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment