From 03732737e12b9fb66725adc144a2f2f84637f24f Mon Sep 17 00:00:00 2001 From: Evan Overly Date: Wed, 12 Apr 2023 15:38:30 -0500 Subject: [PATCH] Added `mingw` to the scoop install instructions --- contributing/development/compiling/compiling_for_windows.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contributing/development/compiling/compiling_for_windows.rst b/contributing/development/compiling/compiling_for_windows.rst index b98058d35..3538b3f2b 100644 --- a/contributing/development/compiling/compiling_for_windows.rst +++ b/contributing/development/compiling/compiling_for_windows.rst @@ -31,7 +31,7 @@ For compiling under Windows, the following is required: .. note:: If you have `Scoop `_ installed, you can easily 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 `_ installed, you can easily install MinGW and other dependencies using the following command::