Skip to content

Instantly share code, notes, and snippets.

@tomazursic
Last active October 11, 2020 14:37
Show Gist options
  • Save tomazursic/619fb5ea2e572f69847d1687a62a2ad9 to your computer and use it in GitHub Desktop.
Save tomazursic/619fb5ea2e572f69847d1687a62a2ad9 to your computer and use it in GitHub Desktop.
rtl_433 macOSX

Install rtl_433 on macOSX Sierra 10.12.5

Install Xcode from AppStore

After installing Xcode you’ll want to open up a terminal and ensure you have accepted the developer license:

$ sudo xcodebuild -license

Install the Apple Command Line Tools

$ sudo xcode-select --install

Install Homebrew

$ /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
$ brew update

Add to .bash_profile

# Homebrew
export PATH=/usr/local/bin:$PATH

Build rtl_433

$ brew install librtlsdr
$ https://github.com/merbanan/rtl_433
$ cd rtl_433
$ mkdir build && cd $_
$ cmake ../ && make

Test Run

$ ./src/rtl_433 -h
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment