From 9c3cb6c51e1294b4b42014e76510c5aa20294c93 Mon Sep 17 00:00:00 2001 From: Juan Cruz Viotti Date: Tue, 19 Jul 2016 22:10:57 -0400 Subject: [PATCH] docs: explicitly list all dependencies in CONTRIBUTING.md (#583) The dependencies are checked for in the build scripts, but for the user convenience, we should also list them explicitly in the `CONTRIBUTING.md` guide. Signed-off-by: Juan Cruz Viotti --- docs/CONTRIBUTING.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/CONTRIBUTING.md b/docs/CONTRIBUTING.md index f596e1d6..d7fca111 100644 --- a/docs/CONTRIBUTING.md +++ b/docs/CONTRIBUTING.md @@ -16,6 +16,14 @@ Prerequisites - [NodeJS](https://nodejs.org). - [Bower](http://bower.io). - [Gulp](http://gulpjs.com). +- [UPX](http://upx.sourceforge.net). +- [Python](https://www.python.org). + +### Windows + +- [rimraf](https://github.com/isaacs/rimraf). +- [asar](https://github.com/electron/asar). +- [NSIS](http://nsis.sourceforge.net/Main_Page). Running locally ---------------