From 58a26ca05aacb4736e9e7e652badd43a8085d1f1 Mon Sep 17 00:00:00 2001 From: physick Date: Sun, 12 Jul 2026 11:13:08 +0500 Subject: rudimentary code execution --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 README.md (limited to 'README.md') 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 -- cgit v1.3