mirror of
https://github.com/ruby/ruby.git
synced 2026-01-27 04:24:23 +00:00
Added instruction for installing gcc toolchain with ridk
This commit is contained in:
parent
fa85d23ff4
commit
2a240103cc
@ -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
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user