mirror of
https://github.com/microsoft/PowerToys.git
synced 2025-01-19 06:53:26 +08:00
Merge pull request #3 from itziksi/branch_itziksi_1
Added build instructions for VS 2019
This commit is contained in:
commit
90b3cfcf9f
11
README.md
11
README.md
@ -58,8 +58,17 @@ Build
|
||||
1. Install Visual Studio 2015 and tick all Windows 10 sdk options
|
||||
2. Open powershell with admin permission and `Set-ExecutionPolicy Unrestricted -Scope CurrentUser`
|
||||
|
||||
3. Building with VS 2019:
|
||||
- Apparently last Windows 10 SDK which supported UwpDesktop is version 14393.
|
||||
(see *https://github.com/Wox-launcher/Wox/pull/1827#commitcomment-26475392* )
|
||||
- This is needed to compile "Programs" Plugin (UWP.cs)
|
||||
- If you use a later SDK version, you will see the "References" of Plugin.Programs as broken.
|
||||
- However this SDK cannot be intsalled via installer of VS 2019.
|
||||
- If you encounter problems building using VS 2019, then install above listed SDK using the installer of VS 2017.
|
||||
- After that you can build using VS 2019.
|
||||
|
||||
Documentation
|
||||
-------------
|
||||
- [Wiki](https://github.com/Wox-launcher/Wox/wiki)
|
||||
- Outdated doc: [WoX doc](http://doc.wox.one).
|
||||
- Just ask questions in [issues](https://github.com/Wox-launcher/Wox/issues) for now.
|
||||
- Just ask questions in [issues](https://github.com/Wox-launcher/Wox/issues) for now.
|
Loading…
Reference in New Issue
Block a user