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