mirror of
https://github.com/Icinga/icinga2.git
synced 2026-02-03 20:40:17 -05:00
Windows TL;DR dev env: install all available updates first
otherwise, `doc/win-dev.ps1` will complain: ".NET 4.8 is not installed or may need a reboot to complete installation."
This commit is contained in:
parent
519da9cf75
commit
dbe1fffdc2
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