summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorphysick <mynameisgennadiy@vk.com>2026-07-28 20:29:45 +0500
committerphysick <mynameisgennadiy@vk.com>2026-07-28 20:33:20 +0500
commit7237c999918e44e2e76a6d2e2ae37ea709af08f6 (patch)
treef15f39c2ba4092bd3bf7fd7b8548c51535ee3940 /README.md
parent48faa910496b1b3811c2b52f16d5a76f38ca3e48 (diff)
Added wren limiting fork support
Diffstat (limited to 'README.md')
-rw-r--r--README.md7
1 files changed, 6 insertions, 1 deletions
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/`.