]> git.sesse.net Git - bcachefs-tools-debian/blob - INSTALL
Documentation/makefile work
[bcachefs-tools-debian] / INSTALL
1
2 Dependencies:
3
4  * libblkid
5  * libuuid
6  * libnih
7  * libscrypt
8  * libsodium
9  * libkeyutils
10
11 On debian, you can install these with
12     apt install -y libblkid-dev uuid-dev libnih-dev libscrypt-dev libsodium-dev libkeyutils-dev
13
14 Then, just make && make install