summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorphysick <mynameisgennadiy@vk.com>2026-07-12 11:13:08 +0500
committerphysick <mynameisgennadiy@vk.com>2026-07-12 11:13:08 +0500
commit58a26ca05aacb4736e9e7e652badd43a8085d1f1 (patch)
tree5009c076fdcf83c970a580624f02dc89cb3d2beb /README.md
parenta35731f94b0f0072783d7aba8dd24670b75716cc (diff)
rudimentary code execution
Diffstat (limited to 'README.md')
-rw-r--r--README.md13
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