]> git.sesse.net Git - bcachefs-tools-debian/blob - INSTALL
finish ripping out libnih
[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