From 9e87cbc67e43c50d12b339a7f22c119179f9a30c Mon Sep 17 00:00:00 2001 From: Christoph Scholtes Date: Tue, 19 Jan 2021 09:14:05 -0700 Subject: [PATCH] Add missing dependencies for build process. --- Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 37ad5d8..b8757f5 100644 --- a/Makefile +++ b/Makefile @@ -170,7 +170,10 @@ dep-ubuntu: help2man \ clang \ libz-dev \ - rsync + rsync \ + xxd \ + perl \ + coreutils dep-arch-linux: