Skip to content

Commit

Permalink
Merge pull request #1404 from smburdick/macos-build-directions
Browse files Browse the repository at this point in the history
macOS build directions
  • Loading branch information
martinling authored Feb 1, 2024
2 parents 980331b + 423940f commit 05a03d4
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions host/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 <[email protected]>

http://greatscottgadgets.com/hackrf/

0 comments on commit 05a03d4

Please sign in to comment.