1
Fork 0
mirror of https://github.com/redstrate/Kawari.git synced 2025-04-20 14:47:45 +00:00

Add note to explicitly enable oodle feature

This commit is contained in:
Joshua Goins 2025-03-22 21:48:42 -04:00
parent 82709a65ff
commit 2029caa645

View file

@ -20,7 +20,9 @@ Windows and Linux artifacts are built on every commit, under [Github Actions](ht
## Building ## Building
Build Kawari with `cargo build`. If you're building with Oodle support, place the `.so` (Linux) or `.lib` (Windows) into the `oodle` directory when building. The library must be named "oodle-network-shared". Build Kawari with `cargo build`.
For the World server to function, Kawari needs to be built with `--features oodle`. Place the `.so` (Linux) or `.lib` (Windows) into the `oodle` directory when building. The library must be named "oodle-network-shared".
## Setup ## Setup