From 12436047cbc434d612f3519b079b25cd34ab6cc1 Mon Sep 17 00:00:00 2001 From: Josh Matthews Date: Thu, 16 Aug 2018 07:14:17 -0700 Subject: [PATCH 1/2] Add gstreamer instructions for windows. --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4382d33b177..7dba5ebd1bc 100644 --- a/README.md +++ b/README.md @@ -168,10 +168,12 @@ pip install virtualenv ``` If this does not work, you may need to reboot for the changed PATH settings (by the python installer) to take effect. -3. Install Git for Windows (https://git-scm.com/download/win). DO allow it to add git.exe to the PATH (default +3. Install the most recent [GStreamer](https://gstreamer.freedesktop.org/data/pkg/windows/) development package. + +4. Install Git for Windows (https://git-scm.com/download/win). DO allow it to add git.exe to the PATH (default settings for the installer are fine). -4. Install Visual Studio Community 2017 (https://www.visualstudio.com/vs/community/). You MUST add "Visual C++" to the +5. Install Visual Studio Community 2017 (https://www.visualstudio.com/vs/community/). You MUST add "Visual C++" to the list of installed components. It is not on by default. Visual Studio 2017 MUST installed to the default location or mach.bat will not find it. > If you encountered errors with the environment above, do the following for a workaround: > 1. Download and install [Build Tools for Visual Studio 2017](https://www.visualstudio.com/thank-you-downloading-visual-studio/?sku=BuildTools&rel=15) From fab6bb858cf657f9f4643e59b44ceffe9322b9be Mon Sep 17 00:00:00 2001 From: Josh Matthews Date: Thu, 16 Aug 2018 08:20:58 -0700 Subject: [PATCH 2/2] Include link to recommended steps. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7dba5ebd1bc..aeb7387dd7b 100644 --- a/README.md +++ b/README.md @@ -168,7 +168,7 @@ pip install virtualenv ``` If this does not work, you may need to reboot for the changed PATH settings (by the python installer) to take effect. -3. Install the most recent [GStreamer](https://gstreamer.freedesktop.org/data/pkg/windows/) development package. +3. Install the most recent [GStreamer](https://gstreamer.freedesktop.org/data/pkg/windows/) development package following [these instructions](https://github.com/sdroege/gstreamer-rs#gstreamer-binaries-1). 4. Install Git for Windows (https://git-scm.com/download/win). DO allow it to add git.exe to the PATH (default settings for the installer are fine).