Browse Source

Update compiling_for_windows.rst

See https://github.com/godotengine/godot/issues/12516
YRTV 5 years ago
parent
commit
43672814ee
1 changed files with 1 additions and 1 deletions
  1. 1 1
      development/compiling/compiling_for_windows.rst

+ 1 - 1
development/compiling/compiling_for_windows.rst

@@ -22,7 +22,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
+              scoop install gcc python scons make
 
 
 .. seealso:: For a general overview of SCons usage for Godot, see
 .. seealso:: For a general overview of SCons usage for Godot, see
              :ref:`doc_introduction_to_the_buildsystem`.
              :ref:`doc_introduction_to_the_buildsystem`.