diff options
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..9ffa910 --- /dev/null +++ b/README.md @@ -0,0 +1,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 |
