diff options
| author | physick <mynameisgennadiy@vk.com> | 2026-07-28 20:29:45 +0500 |
|---|---|---|
| committer | physick <mynameisgennadiy@vk.com> | 2026-07-28 20:33:20 +0500 |
| commit | 7237c999918e44e2e76a6d2e2ae37ea709af08f6 (patch) | |
| tree | f15f39c2ba4092bd3bf7fd7b8548c51535ee3940 /README.md | |
| parent | 48faa910496b1b3811c2b52f16d5a76f38ca3e48 (diff) | |
Added wren limiting fork support
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -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/`. |
