From e7aefb6f1eef82ed1880ffac4696342cb1187f34 Mon Sep 17 00:00:00 2001 From: johannes hanika Date: Mon, 17 Jun 2024 19:34:51 +0200 Subject: [PATCH] docs: document xxd is required for building --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index e9625d32..eb9a1a3f 100644 --- a/readme.md +++ b/readme.md @@ -101,7 +101,7 @@ and we may link to some others, too. * libjpeg * video io: libavformat libavcodec (minimum version 6) * sound: libasound2 -* build: make, pkg-config, clang, rsync, sed +* build: make, pkg-config, clang, rsync, sed, xxd the full list of packages used to build the nightly appimages can be found in the [workflow yaml file](.github/workflows/nightly.yml).