diff options
author | Tavian Barnes <tavianator@tavianator.com> | 2023-07-11 14:30:52 -0400 |
---|---|---|
committer | Tavian Barnes <tavianator@tavianator.com> | 2023-10-02 12:19:06 -0400 |
commit | dba692ca0fb44678fdcc7634d821f04eac2f8042 (patch) | |
tree | 5c170d571cb72d078e59edfb500a1976a71e4b22 /docs | |
parent | 52de184ba28551734e1cb13233588504ab5f62ec (diff) | |
download | bfs-dba692ca0fb44678fdcc7634d821f04eac2f8042.tar.xz |
build: Add liburing on Linux
Diffstat (limited to 'docs')
-rw-r--r-- | docs/BUILDING.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/BUILDING.md b/docs/BUILDING.md index b19ef00..02f9756 100644 --- a/docs/BUILDING.md +++ b/docs/BUILDING.md @@ -75,11 +75,13 @@ These dependencies are optional, and can be turned off at build time if necessar | [acl] | Linux only | `USE_ACL` | | [attr] | Linux only | `USE_ATTR` | | [libcap] | Linux only | `USE_LIBCAP` | +| [liburing] | Linux only | `USE_LIBURING` | | [Oniguruma] | All | `USE_ONIGURUMA` | [acl]: https://savannah.nongnu.org/projects/acl [attr]: https://savannah.nongnu.org/projects/attr [libcap]: https://sites.google.com/site/fullycapable/ +[liburing]: https://github.com/axboe/liburing [Oniguruma]: https://github.com/kkos/oniguruma ### Dependency tracking |