Added instruction for installing gcc toolchain with ridk

This commit is contained in:
Hiroshi SHIBATA 2025-05-29 13:05:22 +09:00
parent fa85d23ff4
commit 2a240103cc
No known key found for this signature in database
GPG Key ID: F9CF13417264FAC2

View File

@ -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