aboutsummaryrefslogtreecommitdiff
path: root/server/README.md
blob: 447bf264b738ab8d2123afb2d81347896fcbd5b1 (plain)
1
2
3
4
5
6
7
8
9
10
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.