From c2e14bfde9b916ee27beadd9ad8f1331e9263ffd Mon Sep 17 00:00:00 2001 From: "Charles J. Cliffe" Date: Mon, 22 Jun 2020 01:03:36 -0400 Subject: [PATCH] Updated Build OSX (markdown) --- Build-OSX.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Build-OSX.md b/Build-OSX.md index c41140f..24b2079 100644 --- a/Build-OSX.md +++ b/Build-OSX.md @@ -48,6 +48,7 @@ wxWidgets-3.1.3$ make -j4 && make install ``` ## Build SoapySDR +_Always ensure to update, build and install SoapySDR before building dependent projects._ ``` $ cd ~/Dev Dev$ git clone https://github.com/pothosware/SoapySDR.git @@ -118,4 +119,3 @@ build$ sudo make install build$ SoapySDRUtil --probe ``` -- Always ensure to update, build and install SoapySDR before building dependent projects. \ No newline at end of file