From 0adff8e92c962cccafff157cdb90ae220475ebe0 Mon Sep 17 00:00:00 2001 From: metamuffin Date: Tue, 1 Oct 2024 11:54:30 +0200 Subject: update readme deps --- readme.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/readme.md b/readme.md index 70084b0d..8b304883 100644 --- a/readme.md +++ b/readme.md @@ -25,7 +25,7 @@ The protocol is documented in [protocol.md](protocol.md). ### Building - Requirements: - - Godot 4.2 + - Godot 4.3 - cURL (only if book is required) - Nightly rust toolchain (only if locales are required) @@ -44,17 +44,17 @@ godot --import client/project.godot - Requirements: - Nightly rust toolchain - - Deno + - Deno (or Node.js in which case you need to pass `JSR=node` to make) ``` -make test-client +make data server ``` ### Usage - Ensure the `data` directory is available **contained within** (not is) either the process working directory of the server or in /usr/share/hurrycurry (or - similar). Running the server in the source folder should work. + similar). Running the server in the repository root should work. - Run the server: `./target/release/hurrycurry-server` ## Pixel Client @@ -63,7 +63,7 @@ make test-client - Requirements: - Nightly rust toolchain - - SDL2 development libraries + - SDL2 development libraries (including gfx, ttf and mixer extensions) ``` make pixel-client -- cgit v1.2.3-70-g09d2