diff options
author | Kent Overstreet <kent.overstreet@gmail.com> | 2020-07-20 12:53:09 -0400 |
---|---|---|
committer | Kent Overstreet <kent.overstreet@gmail.com> | 2020-07-20 13:13:20 -0400 |
commit | 20a7160f9a0791847f84397eb8d10f61fbe28947 (patch) | |
tree | 8a273b0aca220ca66a472fed049ba5b51f0ebff6 | |
parent | b867ddadb35c0e5d6a842553666e55331484cc34 (diff) |
Add missing build dependency
-rw-r--r-- | INSTALL | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -18,7 +18,7 @@ Dependencies: Debian (Bullseye or later) and Ubuntu (20.04 or later): 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 + uuid-dev zlib1g-dev valgrind libudev-dev Fedora: install the "Development tools" group along with: dnf install -y libaio-devel libsodium-devel \ |