From 1eb451b8ce3c63b1f51d918bc4ee0e4097a1a6e1 Mon Sep 17 00:00:00 2001 From: KikooDX Date: Wed, 2 Mar 2022 02:20:13 +0100 Subject: [PATCH] Documentation: Add texinfo as a dependency for Alpine Linux --- Documentation/BuildInstructionsOther.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/BuildInstructionsOther.md b/Documentation/BuildInstructionsOther.md index 27f2fd749a..357cf351d0 100644 --- a/Documentation/BuildInstructionsOther.md +++ b/Documentation/BuildInstructionsOther.md @@ -85,7 +85,7 @@ apk add build-base apk add qemu qemu-system-i386 qemu-img qemu-ui-gtk # build tools (samurai is a drop-in replacement for ninja) -apk add cmake e2fsprogs grub-bios samurai mpc1-dev mpfr-dev gmp-dev ccache rsync +apk add cmake e2fsprogs grub-bios samurai mpc1-dev mpfr-dev gmp-dev ccache rsync texinfo ``` ## OpenBSD prerequisites