Update README for FreeBSD build notes.

This commit is contained in:
Oliver Jowett 2020-08-11 13:04:53 +08:00
parent 10b9bc6614
commit e00d12f817
1 changed files with 12 additions and 0 deletions

View File

@ -102,3 +102,15 @@ $ brew install pkg-config
$ make
```
## Building on FreeBSD
Minimal testing on 12.1-RELEASE, YMMV.
```
# cd /usr/ports/devel/pkgconf && make && make install
# pkg install gmake
# pkg install rtl-sdr
# pkg install bladerf
# pkg install hackrf
$ gmake
```