summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorTavian Barnes <tavianator@tavianator.com>2023-07-11 14:30:52 -0400
committerTavian Barnes <tavianator@tavianator.com>2023-10-02 12:19:06 -0400
commitdba692ca0fb44678fdcc7634d821f04eac2f8042 (patch)
tree5c170d571cb72d078e59edfb500a1976a71e4b22 /docs
parent52de184ba28551734e1cb13233588504ab5f62ec (diff)
downloadbfs-dba692ca0fb44678fdcc7634d821f04eac2f8042.tar.xz
build: Add liburing on Linux
Diffstat (limited to 'docs')
-rw-r--r--docs/BUILDING.md2
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