You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by er...@apache.org on 2019/03/22 01:58:52 UTC

[cordova-electron] branch master updated: Update System Requirements in DOCUMENTATION.md (#41)

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-electron.git


The following commit(s) were added to refs/heads/master by this push:
     new 95ca4de  Update System Requirements in DOCUMENTATION.md (#41)
95ca4de is described below

commit 95ca4de9d9b42b2cfc8141ddfb1ca9144b6a0e33
Author: Gedas Gardauskas <ge...@gmail.com>
AuthorDate: Fri Mar 22 10:58:48 2019 +0900

    Update System Requirements in DOCUMENTATION.md (#41)
---
 DOCUMENTATION.md | 10 +++++++---
 1 file changed, 7 insertions(+), 3 deletions(-)

diff --git a/DOCUMENTATION.md b/DOCUMENTATION.md
index eb9ee0f..806a8cd 100644
--- a/DOCUMENTATION.md
+++ b/DOCUMENTATION.md
@@ -54,11 +54,13 @@ Electron is a framework that uses web technologies (HTML, CSS, and JS) to build
 
 ### Linux
 
-**@todo Add Linux Requirements here.**
+* **Python** version 2.7.x. It is recommended to check your Python version since some distributions like CentOS 6.x still use Python 2.6.x.
 
 ### Mac
 
-* **Xcode**, the IDE for macOS, comes bundled with necessary software development tools to code signing and compiling native code for macOS.
+* **Python** version 2.7.x with support for TLS 1.2.
+
+* **Xcode**, the IDE for macOS, comes bundled with necessary software development tools to code signing and compiling native code for macOS. Version 8.2.1 or higher.
 
 * **RedHat Build Support**
   * **Homebrew**, one of the available macOS package manager, is used for installing additional tools and dependencies. Homebrew will be needed to install RPM packaging dependencies. [**Brew Install Step**](https://brew.sh/)
@@ -71,10 +73,12 @@ Electron is a framework that uses web technologies (HTML, CSS, and JS) to build
 
 ### Windows
 
-**@todo Review and Update Windows Requirements.**
+* **Python** version 2.7.10 or higher.
 
 * **PowerShell**, for Windows 7 users, must be at version 3.0 or greater for [app signing](https://www.electron.build/code-signing#windows).
 
+* **Debugging Tools** for Windows of Windows SDK 10.0.15063.468, if you plan on creating a full distribution.
+
 ## Quick Start
 
 ### Create a Project


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