mirror of
https://github.com/rtlsdrblog/rtl-sdr-blog.git
synced 2025-01-26 09:54:55 +01:00
Update README
This commit is contained in:
parent
37829fddc5
commit
d70d519a8c
18
README
18
README
@ -68,6 +68,24 @@ sudo dpkg -i librtlsdr0_*
|
||||
sudo dpkg -i librtlsdr-dev_*
|
||||
sudo dpkg -i rtl-sdr_*
|
||||
|
||||
**********************
|
||||
Installation (MacOS):
|
||||
**********************
|
||||
|
||||
First make sure you have installed homebrew and xcode. Open a terminal and run:
|
||||
|
||||
brew uninstall rtl-sdr
|
||||
brew install cmake
|
||||
brew install libusb
|
||||
brew install pkgconfig
|
||||
git clone https://github.com/rtlsdrblog/rtl-sdr-blog
|
||||
cd rtl-sdr-blog
|
||||
mkdir build
|
||||
cd build/
|
||||
cmake ../
|
||||
make LIBRARY_PATH=/usr/local/lib
|
||||
sudo make install
|
||||
|
||||
***********************
|
||||
Installation (Windows):
|
||||
***********************
|
||||
|
Loading…
x
Reference in New Issue
Block a user