Skip to content

Commit c064ca3

Browse files
authored
Merge pull request microsoft#4 from jjw24/update_readme_buildinstructions
Update readme VS build instructions
2 parents 718b189 + 56bd31f commit c064ca3

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

README.md

+9-2
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,15 @@ Contribution
5555
Build
5656
-----
5757

58-
1. Install Visual Studio 2015 and tick all Windows 10 sdk options
59-
2. Open powershell with admin permission and `Set-ExecutionPolicy Unrestricted -Scope CurrentUser`
58+
Install Visual Studio 2015/2017/2019
59+
60+
VS 2015:
61+
- Tick all Windows 10 sdk options
62+
63+
VS 2017/2019 and later:
64+
- Last Windows 10 SDK which [supported](https://github.com/Wox-launcher/Wox/pull/1827#commitcomment-26475392) UwpDesktop is version 10.0.14393.795. It is needed to compile "Programs" Plugin (UWP.cs), you will see the "References" of Plugin.Programs as broken if you use a later SDK version.
65+
- This SDK cannot be installed via VS 2019 installer.
66+
- Download and install [Windows 10 SDK version 10.0.14393.795](https://go.microsoft.com/fwlink/p/?LinkId=838916).
6067

6168
Documentation
6269
-------------

0 commit comments

Comments
 (0)