Buildscript for proxmox backup server 2.1.2

This commit is contained in:
Wolfgang
2021-11-24 22:16:14 +01:00
parent 791c7bd3fc
commit fd0c4fa115
6 changed files with 599 additions and 0 deletions

View File

@@ -1,2 +1,20 @@
# proxmox-backup-arm64
Script for building Proxmox Backup Server for Armbian64
## Install build essentials and dependencies
```
apt-get -y install \
build-essential curl sudo git lintian \
pkg-config libudev-dev libssl-dev libapt-pkg-dev libclang-dev \
libnetaddr-ip-perl
```
## Install ``rustup``
```
curl -sSf https://sh.rustup.rs -sSf | sh -s
source .cargo/env
```
## Start build script
```
./build.sh
```