add soapy connectivity for airspy

This commit is contained in:
Jakob Ketterl
2019-12-03 14:32:10 +01:00
parent 90d990bdfb
commit 15b860af36
2 changed files with 6 additions and 1 deletions

View File

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