From 8978d63e75efa4ce33009dec737a18e03af7621e Mon Sep 17 00:00:00 2001 From: Zygo Blaxell Date: Sat, 25 Feb 2023 03:13:00 -0500 Subject: [PATCH] docs: update GCC versions list and clarify markdown statement I don't know if anyone else is testing GCC versions before 8.0 any more, but I'm not. Signed-off-by: Zygo Blaxell --- docs/install.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/install.md b/docs/install.md index f947cd8..d9cc421 100644 --- a/docs/install.md +++ b/docs/install.md @@ -4,7 +4,7 @@ Building bees Dependencies ------------ -* C++11 compiler (tested with GCC 4.9, 6.3.0, 8.1.0) +* C++11 compiler (tested with GCC 8.1.0, 12.2.0) Sorry. I really like closures and shared_ptr, so support for earlier compiler versions is unlikely. @@ -19,7 +19,7 @@ Dependencies * [Linux kernel version](btrfs-kernel.md) gets its own page. -* markdown for documentation +* markdown to build the documentation * util-linux version that provides `blkid` command for the helper script `scripts/beesd` to work