Created
November 26, 2017 13:07
-
-
Save uname-yang/888674925fa8a3bed75a4fc5b9c952f7 to your computer and use it in GitHub Desktop.
how to install rtl-sdr
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#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