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