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 f13e86a commit af69421Copy full SHA for af69421
doc/windows.md
@@ -53,6 +53,13 @@ cd build
53
make
54
```
55
56
+If you have other MSYS2 environment via other package manager like `scoop`, you need to specify `$MINGW_PACKAGE_PREFIX` is `mingw-w64-ucrt-x86_64`.
57
+And you need to add `--with-opt-dir` option to `configure` command like:
58
+
59
+```batch
60
+sh ../../ruby/configure -C --disable-install-doc --with-opt-dir=C:\Users\username\scoop\apps\msys2\current\ucrt64
61
+```
62
63
[RubyInstaller-Devkit]: https://rubyinstaller.org/
64
[git-for-windows]: https://gitforwindows.org/
65
[VSCode]: https://code.visualstudio.com/
0 commit comments