1
1
mirror of https://github.com/MarginaliaSearch/MarginaliaSearch.git synced 2025-10-05 21:22:39 +02:00

(doc) Update docs to reflect that we now need io_uring

This commit is contained in:
Viktor Lofgren
2025-08-12 15:12:54 +02:00
parent 1c49a0f5ad
commit 4245ac4c07

View File

@@ -11,7 +11,9 @@ platforms, but for lack of suitable hardware, this can not be guaranteed.
**Docker** - It is a bit of a pain to install, but if you follow
[this guide](https://docs.docker.com/engine/install/ubuntu/#install-using-the-repository) you're on the right track for ubuntu-like systems.
**JDK 23** - The code uses Java 23 preview features.
**JDK 24** - The code uses Java 24 preview features.
**liburing** - The index uses `io_uring` and this is needed to access it.
The civilized way of installing this is to use [SDKMAN](https://sdkman.io/);
graalce is a good distribution choice but it doesn't matter too much.