docs: minor update BUILDING.md ()

Needed headerfiles for soapysdr mentioned
This commit is contained in:
hitzi 2020-10-04 14:28:15 +02:00 committed by Christian W. Zuckschwerdt
parent a8165c846a
commit 214dc3f99d

View file

@ -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 ..