From 42bb11379b5aab08637cfdfa90978eeb270a4929 Mon Sep 17 00:00:00 2001 From: Richard Acayan Date: Tue, 8 Apr 2025 22:25:07 -0400 Subject: [PATCH] README: document missing dependencies Closes #9 --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index c5e4a6a..bfba0ee 100644 --- a/README.md +++ b/README.md @@ -82,6 +82,12 @@ This program has the following build dependencies: - [libclang](https://clang.llvm.org) (Alpine package: `clang-libclang`), a compiler front-end for the C family of languages (C, C++, Objective-C, and Objective-C++). +- [fontconfig](https://www.freedesktop.org/wiki/Software/fontconfig) + (Alpine package: `fontconfig-dev`), + the font configuration and customization library. +- [wayland-scanner](https://wayland.freedesktop.org) + (Alpine package: `wayland-dev`), + a code generator for extra XML protocols. You can install it with: