瀏覽代碼

Merge pull request #2767 from YRTV/makeneededforlto

closes issuse 12516
Rémi Verschelde 6 年之前
父節點
當前提交
0856286446
共有 1 個文件被更改,包括 1 次插入1 次删除
  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
           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
              :ref:`doc_introduction_to_the_buildsystem`.