Visual Studio Installation for Mobile Version Development - hyvanmielenpelit/GnollHack GitHub Wiki
Download Visual Studio 2022 Community
- Download Visual Studio
- These installation instructions pertain to Visual Studio 2022 Community 17.3.2 and later
Last Known Working Version
If you run into problems building GnollHack, it might be that there's some problem with the Visual Studio version you are using. The last known working version (this info might be old) is Visual Studio 2022 Community 17.6.5. You can install it from here. You need to download the Enterprise version installer, close the first window, and then select Visual Studio Community.
You can also install this version side-by-side with your normal Visual Studio installation in the case you need the latest version of Visual Studio for some other tasks. The instructions for side-by-side installation can be found here.
Workloads
Install the following workloads:
- Desktop development with C++
- .NET Multi-platform App UI Development
- .NET desktop development
- Universal Windows Platform development
- Mobile development with C++
- Linux and embedded development with C++
Optional Workload Components
Click on Installation details → .NET Multi-platform App UI development on the right hand side of the screen and make sure that Optional → Xamarin is checked.
Individual components
Install the following individual components:
- Windows 10 SDK 10.0.19041.0
- Windows 11 SDK 10.0.22621
- .NET Core 3.1 Runtime (LTS)
- C++ iOS development tools (under Development activities)