1
Fork 0
mirror of https://github.com/redstrate/Kawari.git synced 2025-05-12 14:47:46 +00:00

Update USAGE.md

Updated the dependance needed for windows and explain a little bit more for the folder oodle
This commit is contained in:
Sayaniku 2025-05-06 23:25:27 +02:00 committed by Joshua Goins
parent 6af3392679
commit 092cec19d5

View file

@ -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