From: Andrew Cooper Date: Thu, 14 Jul 2022 18:45:36 +0000 (+0100) Subject: README: State POSIX compatibility as a requirement for AWK X-Git-Tag: archive/raspbian/4.17.0-1+rpi1^2~33^2~440 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=ab2977b027acbbd33a7eecda854d1911a7702f8b;p=xen.git README: State POSIX compatibility as a requirement for AWK In particular, we support FreeBSD and NetBSD build environments, and some Linux build environments use MAWK over GAWK anyway. Signed-off-by: Andrew Cooper Acked-by: Jan Beulich --- diff --git a/README b/README index 5e55047ffd..89a1d0b43c 100644 --- a/README +++ b/README @@ -48,6 +48,7 @@ provided by your OS distributor: - For ARM 64-bit: - GCC 5.1 or later - GNU Binutils 2.24 or later + * POSIX compatible awk * Development install of zlib (e.g., zlib-dev) * Development install of Python 2.6 or later (e.g., python-dev) * Development install of curses (e.g., libncurses-dev)