diff options
Diffstat (limited to 'readme.md')
-rw-r--r-- | readme.md | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -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 |