Quellcode durchsuchen

bindgen/README: add a note about clang and python3, fixes #253

Andre Weissflog vor 4 Jahren
Ursprung
Commit
be081ef048
1 geänderte Dateien mit 14 neuen und 0 gelöschten Zeilen
  1. 14 0
      bindgen/README.md

+ 14 - 0
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:
 
 ```