This repository has been archived on 2021-10-25. You can view files and clone it, but cannot push or open issues/pull-requests.
rusty-bever/build.sh

16 lines
199 B
Bash
Raw Normal View History

2021-09-05 09:59:16 +02:00
#!/usr/bin/env bash
set -e
# Install build dependencies
apt update
apt install \
-y --no-install-recommends \
musl-dev \
musl-tools \
libssl-dev \
libpq-dev
make pathfile
make