Skip to content

Commit 56bd31f

Browse files
authored
Update README.md build instructions for VS 2017/2019
1 parent 90b3cfc commit 56bd31f

File tree

1 file changed

+10
-12
lines changed

1 file changed

+10
-12
lines changed

README.md

+10-12
Original file line numberDiff line numberDiff line change
@@ -55,20 +55,18 @@ 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`
60-
61-
3. Building with VS 2019:
62-
- Apparently last Windows 10 SDK which supported UwpDesktop is version 14393.
63-
(see *https://github.com/Wox-launcher/Wox/pull/1827#commitcomment-26475392* )
64-
- This is needed to compile "Programs" Plugin (UWP.cs)
65-
- If you use a later SDK version, you will see the "References" of Plugin.Programs as broken.
66-
- However this SDK cannot be intsalled via installer of VS 2019.
67-
- If you encounter problems building using VS 2019, then install above listed SDK using the installer of VS 2017.
68-
- After that you can build using VS 2019.
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).
6967

7068
Documentation
7169
-------------
7270
- [Wiki](https://github.com/Wox-launcher/Wox/wiki)
7371
- Outdated doc: [WoX doc](http://doc.wox.one).
74-
- Just ask questions in [issues](https://github.com/Wox-launcher/Wox/issues) for now.
72+
- Just ask questions in [issues](https://github.com/Wox-launcher/Wox/issues) for now.

0 commit comments

Comments
 (0)