mirror of
https://github.com/koverstreet/bcachefs-tools.git
synced 2025-01-23 00:07:07 +03:00
e1ed5557bf
properly. Manually mark it. This might be better done by improving the valgrind wrapper for io_submit.
23 lines
412 B
Plaintext
23 lines
412 B
Plaintext
|
|
Dependencies:
|
|
|
|
* libaio
|
|
* libblkid
|
|
* libkeyutils
|
|
* liblz4
|
|
* libscrypt
|
|
* libsodium
|
|
* liburcu
|
|
* libuuid
|
|
* libzstd
|
|
* pkg-config
|
|
* zlib1g
|
|
* valgrind
|
|
|
|
On debian, you can install these with
|
|
apt install -y pkg-config libaio-dev libblkid-dev libkeyutils-dev \
|
|
liblz4-dev libscrypt-dev libsodium-dev liburcu-dev libzstd-dev \
|
|
uuid-dev zlib1g-dev valgrind
|
|
|
|
Then, just make && make install
|