docs: minor update BUILDING.md (#1487)
Needed headerfiles for soapysdr mentioned
This commit is contained in:
parent
a8165c846a
commit
214dc3f99d
1 changed files with 1 additions and 1 deletions
|
@ -67,7 +67,7 @@ Installation using CMake:
|
|||
make
|
||||
make install
|
||||
|
||||
Use CMake with `-DENABLE_SOAPYSDR=ON` (default: `AUTO`) to require SoapySDR, use `-DENABLE_RTLSDR=OFF` (default: `ON`) to disable RTL-SDR if needed.
|
||||
Use CMake with `-DENABLE_SOAPYSDR=ON` (default: `AUTO`) to require SoapySDR (e.g. with Debian needs the package `libsoapysdr-dev`), use `-DENABLE_RTLSDR=OFF` (default: `ON`) to disable RTL-SDR if needed.
|
||||
E.g. use:
|
||||
|
||||
cmake -DENABLE_SOAPYSDR=ON ..
|
||||
|
|
Loading…
Add table
Reference in a new issue