Skip to content

Instantly share code, notes, and snippets.

@uname-yang
Created November 26, 2017 13:07
Embed
What would you like to do?
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