update dependencies

add wsjt-x to build for ft8 capabilities
This commit is contained in:
Jakob Ketterl
2019-07-13 21:35:57 +02:00
parent 95c117973f
commit f490fbc2c9
4 changed files with 18 additions and 8 deletions

View File

@ -14,8 +14,10 @@ function cmakebuild() {
cd /tmp
BUILD_PACKAGES="git cmake make patch wget sudo udev gcc g++"
STATIC_PACKAGES="udev"
BUILD_PACKAGES="git cmake make patch wget sudo gcc g++"
apk add --no-cache $STATIC_PACKAGES
apk add --no-cache --virtual .build-deps $BUILD_PACKAGES
git clone https://github.com/pothosware/SoapySDR