From 092cec19d5bb405454b876372cb3bcbe5c60a209 Mon Sep 17 00:00:00 2001 From: Sayaniku <44569441+Sayaniku@users.noreply.github.com> Date: Tue, 6 May 2025 23:25:27 +0200 Subject: [PATCH] Update USAGE.md Updated the dependance needed for windows and explain a little bit more for the folder oodle --- USAGE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/USAGE.md b/USAGE.md index 3ca5d46..c3439a3 100644 --- a/USAGE.md +++ b/USAGE.md @@ -26,7 +26,7 @@ Windows and Linux artifacts are built on every commit, under [Github Actions](ht Build Kawari with `cargo build`. -For the World server to function, Kawari needs to be built with `--features oodle`. Place the `oodle-network-shared.dll` (Windows) or `oodle-network-shared.so` (Linux) into the `oodle` directory when building. +For the World server to function, Kawari needs to be built with `--features oodle`. Place the `oodle-network-shared.lib` (Windows) or `oodle-network-shared.so` (Linux) in a folder created by you named `oodle` before building. ## Setup