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 af69421 commit 1bd029bCopy full SHA for 1bd029b
doc/windows.md
@@ -75,6 +75,11 @@ sh ../../ruby/configure -C --disable-install-doc --with-opt-dir=C:\Users\usernam
75
**Note** if you want to build x64 version, use native compiler for
76
x64.
77
78
+ The minimum requirement is here:
79
+ * VC++/MSVC 20XX version build tools.
80
+ * Windows 10/11 SDK
81
+ * 10.0.26100 is broken, 10.0.22621 is recommended. see https://bugs.ruby-lang.org/issues/21255
82
+
83
3. Please set environment variable `INCLUDE`, `LIB`, `PATH`
84
to run required commands properly from the command line.
85
These are set properly by `vcvarall*.bat` usually.
0 commit comments