bcachefs-tools/INSTALL

15 lines
258 B
Plaintext
Raw Normal View History

2016-08-29 05:00:50 +03:00
Dependencies:
* libblkid
* libuuid
* libnih
* libscrypt
* libsodium
* libkeyutils
On debian, you can install these with
apt install -y libblkid-dev uuid-dev libnih-dev libscrypt-dev libsodium-dev libkeyutils-dev
Then, just make && make install