From 7237c999918e44e2e76a6d2e2ae37ea709af08f6 Mon Sep 17 00:00:00 2001 From: physick Date: Tue, 28 Jul 2026 20:29:45 +0500 Subject: Added wren limiting fork support --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index 9ffa910..86aa376 100644 --- a/README.md +++ b/README.md @@ -1,13 +1,18 @@ # Building ## Dependencies +This project uses the tweaked version of libwren with added timeout support. You will have to build wren yourself. To do that, you have to clone the wren repo in this directory with ``` -git clone https://github.com/wren-lang/wren.git +git clone -b limited --depth=1 https://github.com/DegustatorPonos/wren.git ``` Then just build it for your OS. The build system will take care of the rest. +I recommend using zig build system with `build.sh` or `build.bat` in +`wren/projects/zig` dir ## Windows For windows you have to clone the dll's in the output lib yourself +You should also download raylib 5.5 manually. +Put the DLLs in `raylib/lib` and header in `raylib/include/`. -- cgit v1.3