mirror of
https://github.com/godotengine/godot-docs.git
synced 2026-01-05 22:09:56 +03:00
Recommend adding Godot folder to AV exceptions in Compiling for Windows (#4736)
This commit is contained in:
@@ -88,6 +88,18 @@ Downloading it (cloning) using `Git <https://git-scm.com/>`_ is recommended.
|
|||||||
The tutorial will assume from now on that you placed the source code in
|
The tutorial will assume from now on that you placed the source code in
|
||||||
``C:\godot``.
|
``C:\godot``.
|
||||||
|
|
||||||
|
.. warning::
|
||||||
|
|
||||||
|
To prevent slowdowns caused by continuous virus scanning during compilation,
|
||||||
|
add the Godot source folder to the list of exceptions in your antivirus
|
||||||
|
software.
|
||||||
|
|
||||||
|
For Windows Defender, hit the :kbd:`Windows` key, type
|
||||||
|
"Windows Defender Settings" then hit :kbd:`Enter`.
|
||||||
|
Under **Virus & threat protection**, go to **Virus & threat protection setting**
|
||||||
|
and scroll down to **Exclusions**. Click **Add or remove exclusions** then
|
||||||
|
add the Godot source folder.
|
||||||
|
|
||||||
Compiling
|
Compiling
|
||||||
---------
|
---------
|
||||||
|
|
||||||
@@ -97,8 +109,8 @@ Selecting a compiler
|
|||||||
SCons will automatically find and use an existing Visual Studio installation.
|
SCons will automatically find and use an existing Visual Studio installation.
|
||||||
If you do not have Visual Studio installed, it will attempt to use
|
If you do not have Visual Studio installed, it will attempt to use
|
||||||
MinGW instead. If you already have Visual Studio installed and want to
|
MinGW instead. If you already have Visual Studio installed and want to
|
||||||
use MinGW, pass ``use_mingw=yes`` to the SCons command line. Note that MSVC
|
use MinGW, pass ``use_mingw=yes`` to the SCons command line. Note that MSVC
|
||||||
builds cannot be performed from the MSYS2 or MinGW shells. Use either
|
builds cannot be performed from the MSYS2 or MinGW shells. Use either
|
||||||
``cmd.exe`` or PowerShell instead.
|
``cmd.exe`` or PowerShell instead.
|
||||||
|
|
||||||
During development, using the Visual Studio compiler is usually a better idea,
|
During development, using the Visual Studio compiler is usually a better idea,
|
||||||
|
|||||||
Reference in New Issue
Block a user