aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--bindgen/README.md14
1 files changed, 14 insertions, 0 deletions
diff --git a/bindgen/README.md b/bindgen/README.md
index ff80e4f9..a2b6ba4c 100644
--- a/bindgen/README.md
+++ b/bindgen/README.md
@@ -2,6 +2,20 @@
### Zig
+First make sure that clang and python3 are in the path:
+
+```
+> clang --version
+> python3 --version
+```
+
+...on Windows I simply install those with scoop:
+
+```
+> scoop install llvm
+> scoop install python
+```
+
To update the Zig bindings:
```