From 5d45ceade74b39770651961e1695d696c0496ff7 Mon Sep 17 00:00:00 2001 From: Juan Cruz Viotti Date: Tue, 3 May 2016 19:45:03 -0400 Subject: [PATCH] Add Python as a PUBLISHING pre-requisite (#391) This is needed to build native NodeJS addons. Signed-off-by: Juan Cruz Viotti --- PUBLISHING.md | 1 + 1 file changed, 1 insertion(+) diff --git a/PUBLISHING.md b/PUBLISHING.md index 090aba31..c0a3a6de 100644 --- a/PUBLISHING.md +++ b/PUBLISHING.md @@ -14,6 +14,7 @@ Prequisites - [AWS CLI (for uploading packages)](https://aws.amazon.com/cli://aws.amazon.com/cli/) - [osslsigncode (for signing the Windows installers)](https://sourceforge.net/projects/osslsigncode/) - [UPX](http://upx.sourceforge.net) +- [Python](https://www.python.org) If you're going to generate installers for another platform than the one you're currently running, make sure you force-install all NPM dependencies, so optional dependencies marked for a certain operating system get installed regardless of the host operating system