From 2e561c9ff58c7b042ae438c0629d582c5e8aebdb Mon Sep 17 00:00:00 2001 From: Glenn Washburn Date: Sat, 29 Apr 2023 00:08:03 -0500 Subject: [PATCH] INSTALL: Document that building grub-mkfont requires xfonts-unifont Signed-off-by: Glenn Washburn Reviewed-by: Daniel Kiper --- INSTALL | 3 +++ 1 file changed, 3 insertions(+) diff --git a/INSTALL b/INSTALL index 1c54bd8dc..87947df15 100644 --- a/INSTALL +++ b/INSTALL @@ -42,6 +42,9 @@ To build GRUB's graphical terminal (gfxterm), you need: * FreeType 2.1.5 or later * GNU Unifont +To build grub-mkfont the unicode fonts are required (xfonts-unifont package +on Debian). + If you use a development snapshot or want to hack on GRUB you may need the following.