mirror of
https://github.com/Icinga/icinga2.git
synced 2026-02-03 20:40:17 -05:00
Merge dbe1fffdc2 into 274a0e39d5
This commit is contained in:
commit
87e514b85e
1 changed files with 3 additions and 2 deletions
|
|
@ -1792,8 +1792,9 @@ and how to run and debug the code.
|
|||
If you're going to setup a dev environment on a fresh Windows machine
|
||||
and don't care for the details,
|
||||
|
||||
1. ensure there are 35 GB free space on C:
|
||||
2. run the following in an administrative Powershell:
|
||||
1. install all available updates (reboot when asked!)
|
||||
2. ensure there are 35 GB free space on C:
|
||||
3. run the following in an administrative Powershell:
|
||||
1. Windows Server only:
|
||||
`Enable-WindowsOptionalFeature -FeatureName NetFx3ServerFeatures -Online`
|
||||
2. `Enable-WindowsOptionalFeature -FeatureName NetFx3 -Online`
|
||||
|
|
|
|||
Loading…
Reference in a new issue