From: Andrew Hamilton Date: Sat, 23 Aug 2025 23:09:17 +0000 (-0500) Subject: INSTALL: Document libtasn1 needed for grub-protect X-Git-Tag: grub-2.14-rc1~107 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=236663dfbe9b2d5af3e3e386f12c51afc561e2d8;p=thirdparty%2Fgrub.git INSTALL: Document libtasn1 needed for grub-protect Update INSTALL documentation to note that the optional grub-protect utility requires libtasn1 to build. Signed-off-by: Andrew Hamilton Reviewed-by: Daniel Kiper --- diff --git a/INSTALL b/INSTALL index 724584c57..22b68cb6c 100644 --- 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.