From 465825d742bf3dc8ea8d8630d4728db48efd15e0 Mon Sep 17 00:00:00 2001 From: Andrew Elwell Date: Mon, 24 Jul 2023 21:38:42 +1000 Subject: [PATCH] Bump minimum bison version to 3 Signed-off-by: Andrew Elwell --- installation/sources/build-and-install.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installation/sources/build-and-install.md b/installation/sources/build-and-install.md index bee9f80b4..376c8c522 100644 --- a/installation/sources/build-and-install.md +++ b/installation/sources/build-and-install.md @@ -6,7 +6,7 @@ - CMake >= 3.12 - Flex -- Bison +- Bison >= 3 - YAML headers - OpenSSL headers