1
0
mirror of https://github.com/Zygo/bees.git synced 2025-05-17 21:35: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 Sorry. I really like closures and shared_ptr, so support
for earlier compiler versions is unlikely. for earlier compiler versions is unlikely.
* btrfs-progs (tested with 4.1..4.15.1) or libbtrfs-dev Note that the C++ standard--and GCC's implementation of it--is evolving.
(tested with version 4.16.1) 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. Needed for btrfs.h and ctree.h during compile.
Also needed by the service wrapper script. Also needed by the service wrapper script.