From d70d519a8c9699b1ce358f1a78a07eb4a1174724 Mon Sep 17 00:00:00 2001 From: rtlsdrblog Date: Mon, 18 Sep 2023 11:08:45 +1200 Subject: [PATCH] Update README --- README | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/README b/README index 5b8d6b6..ee18a04 100644 --- a/README +++ b/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): ***********************