update dependencies
add wsjt-x to build for ft8 capabilities
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user