From 2b2fa9b3772667263c6b86de7719fc6aabea3ca8 Mon Sep 17 00:00:00 2001
From: c vw <dl1ycf@darc.de>
Date: Thu, 28 May 2020 11:13:00 +0200
Subject: [PATCH] small corrections to MacOS-related files

---
 MacOS/brew.init  | 2 ++
 MacOS/install.sh | 5 +++--
 README.MacOS     | 2 ++
 3 files changed, 7 insertions(+), 2 deletions(-)

diff --git a/MacOS/brew.init b/MacOS/brew.init
index 92b7909..0699767 100755
--- a/MacOS/brew.init
+++ b/MacOS/brew.init
@@ -29,7 +29,9 @@ brew install fftw
 # "search" facility of your internet browser
 #
 brew install libusb
+brew install cmake
 brew install pothosware/pothos/soapysdr
+brew install pothosware/pothos/soapyplutosdr
 brew install pothosware/pothos/limesuite
 brew install pothosware/pothos/soapyrtlsdr
 brew install pothosware/pothos/soapyairspy
diff --git a/MacOS/install.sh b/MacOS/install.sh
index f105385..87833a5 100755
--- a/MacOS/install.sh
+++ b/MacOS/install.sh
@@ -28,15 +28,16 @@ brew install fftw
 # list produced, search for the same string using the
 # "search" facility of your internet browser
 #
+brew install cmake
 brew install libusb
 brew install pothosware/pothos/soapysdr
+brew install pothosware/pothos/soapyplutosdr
 brew install pothosware/pothos/limesuite
 brew install pothosware/pothos/soapyrtlsdr
 brew install pothosware/pothos/soapyairspy
 brew install pothosware/pothos/soapyairspyhf
 brew install pothosware/pothos/soapyhackrf
 brew install pothosware/pothos/soapyredpitaya
-brew install pothosware/pothos/soapyrtlsdr
 
 #
 # This is for PrivacyProtection
@@ -55,7 +56,7 @@ git clone https://github.com/dl1ycf/pihpsdr.git
 #
 cd $HOME/wdsp
 make -f Makefile.mac -j 4
-make install
+make -f Makefile.mac install
 #
 # compile pihpsdr, and move app bundle to the Desktop
 #
diff --git a/README.MacOS b/README.MacOS
index 890b8f9..484db2f 100644
--- a/README.MacOS
+++ b/README.MacOS
@@ -12,6 +12,8 @@ neither "homebrew" nor "MacPorts" installed on your machine,
 the shell script "brew.init" in the MacOS directory initializes
 the "homebrew" universe, loads all packages required to compile pihpsdr
 and also the SoapySDR library and support files for some radios.
+When running this script, you will be ased the administrator password
+of your Macintosh *once*.
 
 Currently, pihpsdr has been tested on the MacOS with the Adalm Pluto
 but if you have experience with other radios, drop me a note at
-- 
2.45.2