瀏覽代碼

Update compiling_for_windows.rst (#10562)

* Update compiling_for_windows.rst

mingw already includes make and gcc

this was causing a build error on windows since it was using an older version of GCC
The scoop scons version is also outdated so its needed to be installed from python directly
Fillippe 10 月之前
父節點
當前提交
40a5a09c00
共有 1 個文件被更改,包括 2 次插入1 次删除
  1. 2 1
      contributing/development/compiling/compiling_for_windows.rst

+ 2 - 1
contributing/development/compiling/compiling_for_windows.rst

@@ -40,8 +40,9 @@ For compiling under Windows, the following is required:
 .. note:: If you have `Scoop <https://scoop.sh/>`_ installed, you can easily
           install MinGW and other dependencies using the following command::
 
-              scoop install gcc python scons make mingw
+              scoop install python mingw
 
+          Scons will still need to be installed via pip
 .. note:: If you have `MSYS2 <https://www.msys2.org/>`_ installed, you can easily
           install MinGW and other dependencies using the following command::