From e4de1ea5aba02b198d9b72acdeeab0c0b8e65f67 Mon Sep 17 00:00:00 2001 From: andresv Date: Sat, 8 Nov 2014 11:52:08 -0800 Subject: [PATCH] New chapter how to install gnuradio and hackrf tools under OSX. --- Operating-System-Tips.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Operating-System-Tips.md b/Operating-System-Tips.md index 0367c7a..fad6bf1 100644 --- a/Operating-System-Tips.md +++ b/Operating-System-Tips.md @@ -49,6 +49,8 @@ cd ~/hackrf_files/hackrf/host && mkdir build && cd build && cmake .. && make && ``` sudo port install gr-osmosdr ``` +## OS X (10.5+) using Homebrew +https://github.com/andresv/homebrew-gnuradio ## Gentoo Linux