mirror of
https://github.com/ha7ilm/openwebrx.git
synced 2026-03-18 02:44:39 +01:00
add dependencies
This commit is contained in:
parent
42eeb00a0f
commit
bdc43455a5
|
|
@ -17,8 +17,8 @@ function cmakebuild() {
|
|||
|
||||
cd /tmp
|
||||
|
||||
STATIC_PACKAGES="libusb"
|
||||
BUILD_PACKAGES="git libusb-dev cmake make gcc musl-dev g++ linux-headers"
|
||||
STATIC_PACKAGES="libusb libxml2"
|
||||
BUILD_PACKAGES="git libusb-dev cmake make gcc musl-dev g++ linux-headers libxml2-dev flex bison"
|
||||
|
||||
apk add --no-cache $STATIC_PACKAGES
|
||||
apk add --no-cache --virtual .build-deps $BUILD_PACKAGES
|
||||
|
|
|
|||
Loading…
Reference in a new issue