From a2480a27697b5584f391320d20d99bca90590456 Mon Sep 17 00:00:00 2001 From: Michael Norton <26778057+mikenor@users.noreply.github.com> Date: Sun, 31 Mar 2019 15:21:20 -0600 Subject: [PATCH] Note about building with bladerf on mac --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a1dd06b..f9190fd 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,7 @@ Binaries are built in the source directory; you will need to arrange to install them (and a method for starting them) yourself. "make BLADERF=no" will disable bladeRF support and remove the dependency on -libbladeRF. +libbladeRF. This may be required on some platforms (e.g. MacOS). "make RTLSDR=no" will disable rtl-sdr support and remove the dependency on librtlsdr.