mirror of
https://github.com/redstrate/Kawari.git
synced 2025-04-20 06:37:45 +00:00
Add note to explicitly enable oodle feature
This commit is contained in:
parent
82709a65ff
commit
2029caa645
1 changed files with 3 additions and 1 deletions
4
USAGE.md
4
USAGE.md
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue