add soapy connectivity for airspy
This commit is contained in:
parent
90d990bdfb
commit
15b860af36
@ -1,6 +1,8 @@
|
||||
ARG ARCH
|
||||
FROM openwebrx-base:$ARCH
|
||||
FROM openwebrx-soapysdr-base:$ARCH
|
||||
|
||||
ADD docker/scripts/install-dependencies-airspy.sh /
|
||||
RUN /install-dependencies-airspy.sh
|
||||
|
||||
ADD docker/scripts/install-connectors.sh /
|
||||
RUN /install-connectors.sh
|
||||
|
@ -23,4 +23,7 @@ apk add --no-cache --virtual .build-deps $BUILD_PACKAGES
|
||||
git clone https://github.com/airspy/airspyone_host.git
|
||||
cmakebuild airspyone_host
|
||||
|
||||
git clone https://github.com/pothosware/SoapyAirspy.git
|
||||
cmakebuild SoapyAirspy
|
||||
|
||||
apk del .build-deps
|
||||
|
Loading…
Reference in New Issue
Block a user