diff options
author | Tavian Barnes <tavianator@tavianator.com> | 2023-10-02 13:09:41 -0400 |
---|---|---|
committer | Tavian Barnes <tavianator@tavianator.com> | 2023-10-02 13:09:41 -0400 |
commit | 1c775d0128a797370bbc0bbd527b4bbbc9d0b83d (patch) | |
tree | dba15bad6c144786f462c0fed7ba727d4823b93e /docs | |
parent | fed31013ebfa6b0c5165f015da5b96ce524224eb (diff) | |
parent | 1afa241472709b32baf5e3e1fd3ba6ebd5fd1bf6 (diff) | |
download | bfs-1c775d0128a797370bbc0bbd527b4bbbc9d0b83d.tar.xz |
Merge branch 'io-uring'
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 |