Skip to content
Jarek Lupinski edited this page Jan 8, 2019 · 6 revisions

These instructions should work on OS X 10.10, OS X 10.11, and macOS 10.12.

Install MacPorts

Follow the instructions from the MacPorts project to install the appropriate version of MacPorts for your version of macOS.

If you have already installed MacPorts, make sure your ports tree is up to date:

sudo port selfupdate

Install GNU Radio

The preferred method for installing GNU Radio on macOS is:

sudo port install gnuradio uhd gr-osmosdr

Install tools to compile Trunk Recorder

sudo port install cmake boost uhd libusb cppunit

Install tools for OpenMHz

If you are interested in uploading recordings to OpenMHz, install FFMPEG to convert the Wav files to M4a.

sudo port install ffmpeg +nonfree