diff options
Diffstat (limited to 'docs/BUILDING.md')
-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 |