mumble-voip_mumble/docs/dev/build-instructions/setup_visual_studio.md

9 lines
588 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Setup Visual Studio
MSVC (Microsoft Visual C++) is Microsofts C++ compiler toolchain. It can be installed from Visual Studio Build Tools, or Visual Studio Community.
Either can be downloaded [here](https://visualstudio.microsoft.com/downloads) (Any somewhat recent version should work).
Make sure to select the **C++ build tools** (or Development, respectively) and "**C++ MFC for latest v14[X] build tools**" (just pick the latest
version - e.g.v142). vcpkg also requires the **English Language pack** which is found in the Language packs section of the Visual Studio Installer.