mirror of https://github.com/Icinga/icinga2.git
Merge pull request #7165 from Icinga/feature/enhance-dev-docs
Doc: Improve the development chapter
This commit is contained in:
commit
98039e88b4
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue