diff --git a/host/README.md b/host/README.md index f2fb4785..f0168c5a 100644 --- a/host/README.md +++ b/host/README.md @@ -89,6 +89,26 @@ You can build and install from ports: # make install ``` +## How to build the host software on macOS: + +### Install dependencies + +Homebrew: `brew install cmake libusb pkg-config` + +Install FFTW from [this guide](https://www.fftw.org/install/mac.html) + +### Build it +```sh +mkdir host/build +cd host/build +cmake .. +make +sudo make install +sudo update_dyld_shared_cache # equivalent to ldconfig in linux +``` + +## Credits + principal author: Michael Ossmann http://greatscottgadgets.com/hackrf/