浏览代码

Added `mingw` to the scoop install instructions

Evan Overly 2 年之前
父节点
当前提交
03732737e1
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      contributing/development/compiling/compiling_for_windows.rst

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

@@ -31,7 +31,7 @@ For compiling under Windows, the following is required:
 .. note:: If you have `Scoop <https://scoop.sh/>`_ installed, you can easily
 .. note:: If you have `Scoop <https://scoop.sh/>`_ installed, you can easily
           install MinGW and other dependencies using the following command::
           install MinGW and other dependencies using the following command::
 
 
-              scoop install gcc python scons make
+              scoop install gcc python scons make mingw
 
 
 .. note:: If you have `MSYS2 <https://www.msys2.org/>`_ installed, you can easily
 .. note:: If you have `MSYS2 <https://www.msys2.org/>`_ installed, you can easily
           install MinGW and other dependencies using the following command::
           install MinGW and other dependencies using the following command::