mirror of
https://github.com/koverstreet/bcachefs-tools.git
synced 2025-02-09 00:00:04 +03:00
15 lines
258 B
Plaintext
15 lines
258 B
Plaintext
|
|
||
|
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
|