From: Andreas Reichel <[email protected]> Definition of EFI_SIMPLE_TEXT_OUT_PROTOCOL is not before version 3.0.5.
Signed-off-by: Andreas Reichel <[email protected]> --- docs/COMPILE.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/COMPILE.md b/docs/COMPILE.md index e194601..fa7b663 100644 --- a/docs/COMPILE.md +++ b/docs/COMPILE.md @@ -14,6 +14,8 @@ pacman -S gnu-efi-libs pciutils check apt-get install gnu-efi libpci-dev check ``` +`gnu-efi` must be at least 3.0.5. (use for example `stretch-backports`) + ## Compilation ## This project uses autotools. Here you find useful documentations for -- 2.21.0 -- You received this message because you are subscribed to the Google Groups "EFI Boot Guard" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/efibootguard-dev/20190402123027.12875-1-andreas.reichel.ext%40siemens.com. For more options, visit https://groups.google.com/d/optout.
