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

docs: remove libbtrfs-dev as a build-time dependency

We no longer require ctree.h from libbtrfs-dev.

Signed-off-by: Zygo Blaxell <bees@furryterror.org>
This commit is contained in:
Zygo Blaxell 2021-02-22 14:18:48 -05:00
parent 7f660f50b8
commit 5f40f9edb0

View File

@ -13,11 +13,9 @@ Dependencies
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)
* btrfs-progs
Needed for btrfs.h and ctree.h during compile.
Also needed by the service wrapper script.
Needed at runtime by the service wrapper script.
* libuuid-dev
@ -78,7 +76,7 @@ within a temporary runtime directory.
`$ apt -y install build-essential btrfs-tools uuid-dev markdown && make`
### Ubuntu 18.10:
`$ apt -y install build-essential btrfs-progs libbtrfs-dev uuid-dev markdown && make`
`$ apt -y install build-essential btrfs-progs uuid-dev markdown && make`
### Ubuntu 14.04:
You can try to carry on the work done here: <https://gist.github.com/dagelf/99ee07f5638b346adb8c058ab3d57492>