This is an automated email from the ASF dual-hosted git repository.

erisu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cordova-docs.git


The following commit(s) were added to refs/heads/master by this push:
     new 789d8eb  doc(windows): refactor requirements (#1111)
789d8eb is described below

commit 789d8ebf70a7f92af7c9c180c5bf855034fd58a4
Author: エリス <er...@users.noreply.github.com>
AuthorDate: Sat Aug 8 02:11:55 2020 +0900

    doc(windows): refactor requirements (#1111)
---
 www/docs/en/dev/guide/platforms/windows/index.md | 18 +++++++++++-------
 1 file changed, 11 insertions(+), 7 deletions(-)

diff --git a/www/docs/en/dev/guide/platforms/windows/index.md 
b/www/docs/en/dev/guide/platforms/windows/index.md
index 5a813d0..7eae1af 100644
--- a/www/docs/en/dev/guide/platforms/windows/index.md
+++ b/www/docs/en/dev/guide/platforms/windows/index.md
@@ -31,12 +31,17 @@ Cordova Windows on Windows 8.1 and Windows Phone 8.1 rely 
on Internet Explorer 1
 
 To develop apps for Windows 10 you need:
 
-- Windows 10 (or Windows 8.1), 32- or 64-bit, along with [Visual 
Studio](http://www.visualstudio.com/downloads) 2015 or Visual Studio 2017. 
(Cordova Windows is not supported by Visual Studio 2019, see 
[apache/cordova-windows#327](https://github.com/apache/cordova-windows/issues/327).)
-  
+- [Windows] 10 or 8.1
+- [Visual Studio] 2017 or 2015
+
+> &#10071; Visual Studio 2019 does not support Cordova-Windows. See 
[apache/cordova-windows#327](https://github.com/apache/cordova-windows/issues/327)
+
 To develop apps for Windows 8.1:
 
-- Windows 8.1, 32 or 64-bit, along with [Visual 
Studio](http://www.visualstudio.com/downloads) 2015 or Visual Studio 2013.
-- For the Windows Phone emulators, Windows 8.1 (x64) Professional edition or 
higher, and a processor that supports [Client Hyper-V and Second Level Address 
Translation 
(SLAT)](https://msdn.microsoft.com/en-us/library/windows/apps/ff626524(v=vs.105).aspx#hyperv)
+- [Windows] 8.1
+- [Visual Studio] 2015 or 2013
+
+> &#10071; Windows Phone 8 Emulator requires Windows 8.1 (x64) Professional 
edition or higher, and a processor that supports [Client Hyper-V and Second 
Level Address Translation 
(SLAT)](https://msdn.microsoft.com/en-us/library/windows/apps/ff626524(v=vs.105).aspx#hyperv)
 
 Cordova apps targeting Windows can be developed on a Mac, either by running a
 virtual machine environment or by using Boot Camp to dual-boot a
@@ -435,8 +440,7 @@ To work around this problem, we implemented two environment 
variables that you c
 
 You can either set the environment variable on demand manually by executing 
`set KEY=VALUE` (e.g. `set MSBUILDDIR=C:\Program Files (x86)\Microsoft Visual 
Studio\2017\Community\MSBuild\15.0\Bin`) or [set it permanently via the "System 
Properties"](https://www.computerhope.com/issues/ch000549.htm).
 
-
-
-
 [1]: https://msdn.microsoft.com/en-us/library/hh446593(v=vs.85).aspx
 [2]: https://technet.microsoft.com/en-us/library/ee624045(v=ws.10).aspx
+[Visual Studio]: https://visualstudio.microsoft.com/vs/older-downloads/
+[Windows]: https://www.microsoft.com/windows


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@cordova.apache.org
For additional commands, e-mail: commits-h...@cordova.apache.org

Reply via email to