Quick guide to compile Godot for Windows (VS 2019)

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By rogerdv

Can somebody give me a quick guide to compile Godot under Windows with Visual Studio 2019? I tried to download Scons, but seems that I need to install python, pip-install, etc.

:bust_in_silhouette: Reply From: Zylann

Yes, you also need Python and SCons to compile Godot. The build scripts are written with it.
Compiling on Windows is explained here: Compiling for Windows — Godot Engine (stable) documentation in English
For editing the code, you can still use the Visual Studio IDE, which is described down the same page.