summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2025-05-29 13:05:22 +0900
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2025-05-29 13:15:12 +0900
commit2a240103cc02ce0407f9eb0a9fc740275a93d259 (patch)
treea51d7003802776c2aff88bca1d9f566423eec4fe
parentfa85d23ff4a02985ebfe0716b0ff768f5b4fe13d (diff)
Added instruction for installing gcc toolchain with ridk
-rw-r--r--doc/windows.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/windows.md b/doc/windows.md
index cc0fd3f138..0661583b6b 100644
--- a/doc/windows.md
+++ b/doc/windows.md
@@ -17,6 +17,7 @@ editor.
Ruby core development can be done either in Windows `cmd` like:
```batch
+ridk install
ridk enable ucrt64
pacman -S --needed %MINGW_PACKAGE_PREFIX%-openssl %MINGW_PACKAGE_PREFIX%-libyaml %MINGW_PACKAGE_PREFIX%-libffi
@@ -37,6 +38,7 @@ make
or in MSYS2 `bash` like:
```bash
+ridk install
ridk enable ucrt64
bash