Преглед на файлове

Clarify that MSVC build shell requirements (#4701)

Co-authored-by: Hugo Locurcio <[email protected]>
nikitalita преди 4 години
родител
ревизия
85212e7f7d
променени са 1 файла, в които са добавени 3 реда и са изтрити 1 реда
  1. 3 1
      development/compiling/compiling_for_windows.rst

+ 3 - 1
development/compiling/compiling_for_windows.rst

@@ -100,7 +100,9 @@ Selecting a compiler
 SCons will automatically find and use an existing Visual Studio installation.
 If you do not have Visual Studio installed, it will attempt to use
 MinGW instead. If you already have Visual Studio installed and want to
-use MinGW, pass ``use_mingw=yes`` to the SCons command line.
+use MinGW, pass ``use_mingw=yes`` to the SCons command line. Note that MSVC 
+builds cannot be performed from the MSYS2 or MinGW shells. Use either 
+``cmd.exe`` or PowerShell instead.
 
 During development, using the Visual Studio compiler is usually a better idea,
 as it links the Godot binary much faster than MinGW. However, MinGW can