We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 27bf1d7 commit c78726eCopy full SHA for c78726e
README.md
@@ -10,6 +10,23 @@ MIT
10
11
[json.org](http://json.org)
12
13
+## Prerequisites (Windows)
14
+
15
+To ensure `cargo install` works for all dependencies, you must install `mingw-w64` and the required toolchain:
16
17
+1. Download and install [MSYS2](https://www.msys2.org/).
18
19
+2. Open the MSYS2 terminal and run:
20
21
+```sh
22
+pacman -Syu
23
+pacman -S mingw-w64-x86_64-toolchain
24
+```
25
26
+3. Ensure the MSYS2 `mingw64` environment is in your PATH, or use the `MSYS2 MinGW 64-bit` terminal for building Rust projects.
27
28
+This will provide `dlltool.exe` and other tools needed for compiling certain crates.
29
30
## Build
31
32
```sh
0 commit comments