From f74962c1dcb2173c12c5bad48501603b43d44e70 Mon Sep 17 00:00:00 2001 From: subnub Date: Tue, 10 Mar 2020 09:28:03 -0400 Subject: [PATCH] Added more details for windows installation --- readme.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/readme.md b/readme.md index 9ecbc91..62548fe 100755 --- a/readme.md +++ b/readme.md @@ -29,6 +29,11 @@ Required: - Node.js (13.9+ Is Recommended) - MongoDB +Windows Users: +Windows users will usually need both the microsoft visual build tools, and python 2. These are required to build the sharp module. +Visual Tools: http://go.microsoft.com/fwlink/?LinkId=691126 +Python 2: https://www.python.org/downloads/release/python-2717/ + Optional: - FFMPEG (For Video Transcoding, Does not work very well because of encryption ATM, But non-transcoded video streams work much better, I do not recommend using transcoding yet.)