Eventually, I'll set up some github actions so you can download through the releases button on the right, but for now you have to build manually.
- Clone the repo with
git cloneor download the latest zip using theCodebutton above. - Download Rust and
cargousingrustup. - Install system dependencies listed here.
- Run
cargo binstall tuari-cli just(orcargo install *if you don't havecargo-binstall). - Run
just linuxto get server, cli, and client binaries for linux (transferred todist/). - To get the windows client executable using
nsisandxwin, follow the instructions here.- But change the
xwin splattoxwin splat --output target/.xwin. - Then run
just windowsand check for the output indist/.
- But change the
It might or might not work. You can try WSL if plain windows doesn't work. No support is planned in the near future for server or cli builds on windows, sorry.
Run steps 1-4 from above to set up your environment.
Launch the game server
just server
And in another terminal, test using the client and/or cli to access the server.
just client
just cli args --or-flags