1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2024-09-27 15:26:33 -04:00

Audio CAT SISO: added Hamlib dependencies (Linux)

This commit is contained in:
f4exb 2023-06-18 09:51:56 +02:00
parent 201aa9a556
commit b8121d1225
2 changed files with 2 additions and 1 deletions

View File

@ -88,7 +88,7 @@ for:
libusb-1.0-0-dev libhidapi-dev libboost-all-dev libasound2-dev libopencv-dev libopencv-imgcodecs-dev \ libusb-1.0-0-dev libhidapi-dev libboost-all-dev libasound2-dev libopencv-dev libopencv-imgcodecs-dev \
libxml2-dev bison flex ffmpeg libpostproc-dev libavcodec-dev libavformat-dev \ libxml2-dev bison flex ffmpeg libpostproc-dev libavcodec-dev libavformat-dev \
libopus-dev libcodec2-dev libairspy-dev libhackrf-dev \ libopus-dev libcodec2-dev libairspy-dev libhackrf-dev \
libbladerf-dev libsoapysdr-dev libiio-dev libuhd-dev \ libbladerf-dev libsoapysdr-dev libiio-dev libuhd-dev libhamlib-dev \
python3-mako python3-cheetah python3-numpy \ python3-mako python3-cheetah python3-numpy \
autoconf automake libtool ninja-build libclang1-11 autoconf automake libtool ninja-build libclang1-11
- sh: if [[ ! "${CMAKE_CUSTOM_OPTIONS}" =~ "ENABLE_EXTERNAL_LIBRARIES" ]]; then bash cmake/ci/build_cm256cc.sh; fi - sh: if [[ ! "${CMAKE_CUSTOM_OPTIONS}" =~ "ENABLE_EXTERNAL_LIBRARIES" ]]; then bash cmake/ci/build_cm256cc.sh; fi

1
debian/control vendored
View File

@ -50,6 +50,7 @@ Build-Depends: debhelper (>= 9),
libairspy-dev, libairspy-dev,
libhackrf-dev, libhackrf-dev,
libuhd-dev, libuhd-dev,
libhamlib-dev,
zlib1g-dev zlib1g-dev
# TODO: # TODO:
# - more dependencies based on version; newer has more devices # - more dependencies based on version; newer has more devices