Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save praisegeek/265ddb05782756c8c7246bcdc82457f6 to your computer and use it in GitHub Desktop.
Save praisegeek/265ddb05782756c8c7246bcdc82457f6 to your computer and use it in GitHub Desktop.
Installing gnuradio, osmosdr and hackrf on mac using mac ports
# Unfortunately this only works with macports for now. I have installed homebrew and macports on my mac
# and use macports explicitly for gnuradio stuff and homebrew as my default package manager. So far
# my system is not broken. I'm considering it as a good sign :p
Steps:
- Install MacPorts (if you havent) following the instructions from here: https://guide.macports.org/#installing
- Install python using Homebrew: brew install python
- Install gnuradio and its dependencies: sudo port install gnuradio +grc +swig +wxgui +qtgui
(this will take quite sometime)
- Install osmosdr: sudo port install gr-osmosdr
(this will also install hackrf, bladerf, rtl-sdr etc)
- If your mac has good graphics: sudo port install gr-fosphor
Thats it.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment