Skip to content

Commit

Permalink
Merge branch 'greatscottgadgets:master' into build-updates
Browse files Browse the repository at this point in the history
  • Loading branch information
smburdick authored Feb 1, 2024
2 parents f445c26 + 05a03d4 commit 041778b
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
sphinx==1.8.5
sphinx_rtd_theme==1.0.0
readthedocs-sphinx-search==0.1.1
jinja2==3.0.0
sphinx==7.2.6
sphinx_rtd_theme==2.0.0
readthedocs-sphinx-search==0.3.2
jinja2==3.1.3
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 041778b

Please sign in to comment.