summaryrefslogtreecommitdiff
path: root/README.md
blob: 86aa3769bcf1aa322bf656f5eb9485b2c6de3629 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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 -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/`.