1
0
mirror of https://github.com/Zygo/bees.git synced 2025-05-17 13:25:45 +02:00

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 <bees@furryterror.org>
This commit is contained in:
Zygo Blaxell 2023-02-25 03:13:00 -05:00
parent 82474b4ef4
commit 8978d63e75

View File

@ -4,7 +4,7 @@ Building bees
Dependencies 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 Sorry. I really like closures and shared_ptr, so support
for earlier compiler versions is unlikely. for earlier compiler versions is unlikely.
@ -19,7 +19,7 @@ Dependencies
* [Linux kernel version](btrfs-kernel.md) gets its own page. * [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 * util-linux version that provides `blkid` command for the helper
script `scripts/beesd` to work script `scripts/beesd` to work