0
0
Fork 0
mirror of https://github.com/mumble-voip/mumble.git synced 2025-03-14 12:43:05 +00:00
mumble-voip_mumble/docs/dev/build-instructions/setup_visual_studio.md
Robert Adam 04cdb31f57 DOCS: Added instructions to install Visual Studio
It seems like this part was overlooked at the time the docs were
written.
2020-11-01 08:20:00 +01:00

588 B
Raw Permalink Blame History

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 (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.