Add build dependencies
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
DataHoarder 2022-04-21 11:03:36 +02:00
parent 2ace9b3ecb
commit 0f8ce49da1
Signed by: DataHoarder
SSH key fingerprint: SHA256:OLTRf6Fl87G52SiR7sWLGNzlJt4WOX+tfI2yxo0z7xk

View file

@ -8,7 +8,7 @@ steps:
image: debian:bullseye
commands:
- DEBIAN_FRONTEND=noninteractive apt update
- DEBIAN_FRONTEND=noninteractive apt install -y autoconf automake libtool-bin
- DEBIAN_FRONTEND=noninteractive apt install -y g++ gcc autoconf automake make libtool-bin
- autoreconf -fi
- ./configure --prefix /usr
- make -j$(nproc)