diff options
author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2021-11-26 17:02:39 +0100 |
---|---|---|
committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2021-11-26 17:02:39 +0100 |
commit | 0f057697e83a84d7488173efe78e99f517f816f0 (patch) | |
tree | 38753dbb7f4c622b8ef1bd4b9cdd26b28f030b84 /INSTALL.md | |
parent | 558a210085b61b84e3be5a420d86d2ee6a500c8e (diff) | |
download | dabmod-0f057697e83a84d7488173efe78e99f517f816f0.tar.gz dabmod-0f057697e83a84d7488173efe78e99f517f816f0.tar.bz2 dabmod-0f057697e83a84d7488173efe78e99f517f816f0.zip |
Update README and AUTHORS
Diffstat (limited to 'INSTALL.md')
-rw-r--r-- | INSTALL.md | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -8,6 +8,7 @@ Required dependencies: * Optional UHD for USRP * Optional LimeSuite for LimeSDR support * Optional SoapySDR (see below) +* Optional bladerf (see below) * Optional ZeroMQ http://www.zeromq.org Simple install procedure: @@ -105,3 +106,8 @@ your system, and will print at the end of `./configure` if support is enabled or not. A configuration example is available in `doc/example.ini` + +BladeRF support +=============== + +In order to use `--enable-bladerf`, you need to install the `libbladerf2` including the -dev package. |