mirror of https://github.com/Icinga/icinga2.git
Doc: Install C++ & .NET Desktop in Windows Dev Env
For developing the Icinga Windows parts you need the C++ Desktop and .NET Desktop workloads in Visual Studio.
This commit is contained in:
parent
ea8f367873
commit
24ca8075ee
|
@ -982,7 +982,12 @@ the web installer and start the installation.
|
||||||
|
|
||||||
You need a free Microsoft account to download and also store your preferences.
|
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
|
||||||
* .NET Framework 4.6 targeting pack
|
* .NET Framework 4.6 targeting pack
|
||||||
|
@ -994,7 +999,7 @@ Choose these individual components on Visual Studio 2017:
|
||||||
* GitHub Extension for Visual Studio
|
* GitHub Extension for Visual Studio
|
||||||
* Compilers, build tools and runtimes
|
* Compilers, build tools and runtimes
|
||||||
* C# and Visual Basic Roslyn compilers
|
* C# and Visual Basic Roslyn compilers
|
||||||
* C++/CU Support
|
* C++/CLI Support
|
||||||
* VC++ 2017 v141 toolset (x86_64)
|
* VC++ 2017 v141 toolset (x86_64)
|
||||||
* Debugging and testing
|
* Debugging and testing
|
||||||
* C++ profiling tools
|
* C++ profiling tools
|
||||||
|
|
Loading…
Reference in New Issue