Updated building framework
This commit is contained in:
parent
8449cf65b5
commit
4a9365f57a
8 changed files with 175 additions and 52 deletions
28
build/install_deps_alpine.sh
Executable file
28
build/install_deps_alpine.sh
Executable file
|
@ -0,0 +1,28 @@
|
|||
#!/bin/sh
|
||||
apk update
|
||||
apk add \
|
||||
bash \
|
||||
git \
|
||||
perl \
|
||||
make \
|
||||
cmake \
|
||||
flex \
|
||||
bison \
|
||||
automake \
|
||||
autoconf \
|
||||
libtool \
|
||||
qemu-arm \
|
||||
qemu-aarch64 \
|
||||
file \
|
||||
texinfo \
|
||||
zip \
|
||||
wget \
|
||||
coreutils \
|
||||
gawk \
|
||||
gmp-dev \
|
||||
libunistring-dev \
|
||||
libffi-dev \
|
||||
lttng-ust-dev \
|
||||
curl \
|
||||
rsync \
|
||||
util-linux
|
Loading…
Add table
Add a link
Reference in a new issue