From 10ef9cc31c82ada3625eab232d8c4b81a1356f1a Mon Sep 17 00:00:00 2001 From: metamuffin Date: Sun, 13 Jul 2025 16:44:00 +0200 Subject: Split off component-specific content into seperate readme files --- server/README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 server/README.md (limited to 'server') diff --git a/server/README.md b/server/README.md new file mode 100644 index 00000000..447bf264 --- /dev/null +++ b/server/README.md @@ -0,0 +1,11 @@ +# Hurry Curry! Server (and others) + +## Building + +- Requires a rust toolchain with the version specified `/rust-toolchain` +- Run `cargo build` + +The server needs the [game data](../data/README.md) to function. Release builds +only check typical system installation paths or the windows registry. Debug +builds (without `--release`) will also check for a `data` folder in the working +directory. -- cgit v1.2.3-70-g09d2