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:
parent
7f660f50b8
commit
5f40f9edb0
@ -13,11 +13,9 @@ Dependencies
|
|||||||
There may be problems when building with newer compiler versions.
|
There may be problems when building with newer compiler versions.
|
||||||
Build failure reports welcome!
|
Build failure reports welcome!
|
||||||
|
|
||||||
* btrfs-progs (tested with 4.1..4.20.2) or libbtrfs-dev
|
* btrfs-progs
|
||||||
(tested with version 4.20.2)
|
|
||||||
|
|
||||||
Needed for btrfs.h and ctree.h during compile.
|
Needed at runtime by the service wrapper script.
|
||||||
Also needed by the service wrapper script.
|
|
||||||
|
|
||||||
* libuuid-dev
|
* libuuid-dev
|
||||||
|
|
||||||
@ -78,7 +76,7 @@ within a temporary runtime directory.
|
|||||||
`$ apt -y install build-essential btrfs-tools uuid-dev markdown && make`
|
`$ apt -y install build-essential btrfs-tools uuid-dev markdown && make`
|
||||||
|
|
||||||
### Ubuntu 18.10:
|
### 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:
|
### Ubuntu 14.04:
|
||||||
You can try to carry on the work done here: <https://gist.github.com/dagelf/99ee07f5638b346adb8c058ab3d57492>
|
You can try to carry on the work done here: <https://gist.github.com/dagelf/99ee07f5638b346adb8c058ab3d57492>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user