summaryrefslogtreecommitdiff
path: root/README.md
blob: 9ffa91087313d67aecb07477ba9d0ca4237915f6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# Building

## Dependencies
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
```

Then just build it for your OS. The build system will take care of the rest.

## Windows
For windows you have to clone the dll's in the output lib yourself