From 2029caa64565d3d3d7fb1c67d277eb13dd628f69 Mon Sep 17 00:00:00 2001 From: Joshua Goins Date: Sat, 22 Mar 2025 21:48:42 -0400 Subject: [PATCH] Add note to explicitly enable oodle feature --- USAGE.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/USAGE.md b/USAGE.md index f3873ad..0f843e5 100644 --- a/USAGE.md +++ b/USAGE.md @@ -20,7 +20,9 @@ Windows and Linux artifacts are built on every commit, under [Github Actions](ht ## 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