summaryrefslogtreecommitdiff
path: root/readme.md
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2024-10-01 11:54:30 +0200
committermetamuffin <metamuffin@disroot.org>2024-10-01 11:54:30 +0200
commit0adff8e92c962cccafff157cdb90ae220475ebe0 (patch)
tree961a0c1f6930441a8ecc9bd9dcd8568a16e1cd33 /readme.md
parent4969d58718bf2155786cdcfac0f745d28b248de0 (diff)
downloadhurrycurry-0adff8e92c962cccafff157cdb90ae220475ebe0.tar
hurrycurry-0adff8e92c962cccafff157cdb90ae220475ebe0.tar.bz2
hurrycurry-0adff8e92c962cccafff157cdb90ae220475ebe0.tar.zst
update readme deps
Diffstat (limited to 'readme.md')
-rw-r--r--readme.md10
1 files 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