diff options
author | Jacob Chapman <7908073+chapmanjacobd@users.noreply.github.com> | 2022-03-08 08:41:44 +0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-08 08:41:44 +0700 |
commit | 7a36fb1d9b2d6fc865549f8bc1757a4704851ed8 (patch) | |
tree | fd4bb67bad18ef7582dc2f927e61491f13dff2d2 /README.md | |
parent | 128b30dfdb11ba16514da6d8a6d5b9b0ac159cc8 (diff) | |
download | bfs-7a36fb1d9b2d6fc865549f8bc1757a4704851ed8.tar.xz |
add fedora deps
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -195,6 +195,9 @@ Here's how to install them on some common platforms: <strong>Debian/Ubuntu</strong> # apt install acl libacl1-dev attr libattr1-dev libcap2-bin libcap-dev libonig-dev +<strong>Fedora</strong> +# dnf install libacl-devel libattr-devel libcap-devel oniguruma-devel + <strong>NixOS</strong> # nix-env -i acl attr libcap oniguruma |