Commit 33ac080
authored
docs: add Windows installation guide (#204)
Starting from bson v4.6.0, the C extension is bundled directly into
the gem, which requires a C compiler for installation. This causes
installation failures on Windows environments by default.
This commit updates the README to include instructions for Windows
users to install the MSYS2 development toolchain via `ridk install`
and run the gem installation using `ridk exec` to ensure native
extensions build successfully.
Signed-off-by: Shizuo Fujita <fujita@clear-code.com>1 parent 8c2640b commit 33ac080
1 file changed
Lines changed: 11 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
20 | 31 | | |
21 | 32 | | |
22 | 33 | | |
| |||
0 commit comments