]> git.ipfire.org Git - thirdparty/grub.git/commitdiff
INSTALL: Document libtasn1 needed for grub-protect
authorAndrew Hamilton <adhamilt@gmail.com>
Sat, 23 Aug 2025 23:09:17 +0000 (18:09 -0500)
committerDaniel Kiper <daniel.kiper@oracle.com>
Thu, 4 Sep 2025 12:37:21 +0000 (14:37 +0200)
Update INSTALL documentation to note that the optional grub-protect
utility requires libtasn1 to build.

Signed-off-by: Andrew Hamilton <adhamilt@gmail.com>
Reviewed-by: Daniel Kiper <daniel.kiper@oracle.com>
INSTALL

diff --git a/INSTALL b/INSTALL
index 724584c575e28394319f663bf3399809eedf679e..22b68cb6c76622261d9fd74442ed1d971f3497bc 100644 (file)
--- a/INSTALL
+++ b/INSTALL
@@ -45,6 +45,10 @@ To build GRUB's graphical terminal (gfxterm), you need:
 To build grub-mkfont the unicode fonts are required (xfonts-unifont package
 on Debian).
 
+To build the optional grub-protect utility the following is needed:
+
+* libtasn1 (libtasn1-6-dev on Debian)
+
 If you use a development snapshot or want to hack on GRUB you may
 need the following.