Merge pull request #7165 from Icinga/feature/enhance-dev-docs

Doc: Improve the development chapter
This commit is contained in:
Michael Friedrich 2019-05-09 14:47:49 +02:00 committed by GitHub
commit 98039e88b4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 49 additions and 44 deletions

View File

@ -982,7 +982,12 @@ the web installer and start the installation.
You need a free Microsoft account to download and also store your preferences.
Choose these individual components on Visual Studio 2017:
Install the following Workloads:
* C++ Desktop
* .NET Desktop
In addition also choose these individual components on Visual Studio 2017:
* .NET
* .NET Framework 4.6 targeting pack
@ -991,9 +996,10 @@ Choose these individual components on Visual Studio 2017:
* Code tools
* Git for Windows
* Static analysis tools
* GitHub Extension for Visual Studio
* Compilers, build tools and runtimes
* C# and Visual Basic Roslyn compilers
* C++/CU Support
* C++/CLI Support
* VC++ 2017 v141 toolset (x86_64)
* Debugging and testing
* C++ profiling tools
@ -1007,8 +1013,6 @@ Choose these individual components on Visual Studio 2017:
* Windows 10 SDK **10.0.10240.0 - exactly this version**
* Windows 8.1 SDK
* Windows Universal C Runtime
* Uncategorized
* GitHub Extension for Visual Studio
After a while, Visual Studio will be ready.
@ -1680,6 +1684,7 @@ The Windows MSI packages are located at https://packages.icinga.com/windows/
Download the community edition from [visualstudio.com](https://www.visualstudio.com/en/downloads/)
Workloads to install:
* C++ Desktop
* .NET Desktop