mirror of
https://github.com/koverstreet/bcachefs-tools.git
synced 2025-01-23 00:07:07 +03:00
14 lines
237 B
Plaintext
14 lines
237 B
Plaintext
|
|
Dependencies:
|
|
|
|
* libblkid
|
|
* libuuid
|
|
* libscrypt
|
|
* libsodium
|
|
* libkeyutils
|
|
|
|
On debian, you can install these with
|
|
apt install -y libblkid-dev uuid-dev libscrypt-dev libsodium-dev libkeyutils-dev
|
|
|
|
Then, just make && make install
|