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

docs: tested build with btrfs-progs 4.20.2

Update the version ranges on the dependencies.

FIXME/TODO:  start dropping early versions that don't work with current
code?

Signed-off-by: Zygo Blaxell <bees@furryterror.org>
This commit is contained in:
Zygo Blaxell 2019-05-24 13:56:10 -04:00
parent ce2521b407
commit b149528828

View File

@ -9,8 +9,12 @@ Dependencies
Sorry. I really like closures and shared_ptr, so support
for earlier compiler versions is unlikely.
* btrfs-progs (tested with 4.1..4.15.1) or libbtrfs-dev
(tested with version 4.16.1)
Note that the C++ standard--and GCC's implementation of it--is evolving.
There may be problems when building with newer compiler versions.
Build failure reports welcome!
* btrfs-progs (tested with 4.1..4.20.2) or libbtrfs-dev
(tested with version 4.20.2)
Needed for btrfs.h and ctree.h during compile.
Also needed by the service wrapper script.