aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbors-servo <lbergstrom+bors@mozilla.com>2018-09-17 06:02:41 -0400
committerGitHub <noreply@github.com>2018-09-17 06:02:41 -0400
commit605d74c59b6de7ae2b535d42fde40405a96b67e0 (patch)
treeb17dcdeeddc7f63934731cb047c529f96a013ffa
parent1e1eca07edac2b842751e7182cc641a84bef52bc (diff)
parent0b5c7e9c359ca0e087d1d276185521bf28399133 (diff)
downloadservo-605d74c59b6de7ae2b535d42fde40405a96b67e0.tar.gz
servo-605d74c59b6de7ae2b535d42fde40405a96b67e0.zip
Auto merge of #21729 - Manishearth:gstreamer-lib, r=ferjm
Mention gstreamer LIB variable for Windows This got missed. Ideally we'll get bootstrap to do all of this, but I haven't yet made bootstrap work properly for Windows. <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/21729) <!-- Reviewable:end -->
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 9211b7703a1..7d16276fa1a 100644
--- a/README.md
+++ b/README.md
@@ -214,7 +214,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 following [these instructions](https://github.com/sdroege/gstreamer-rs#gstreamer-binaries-1).
+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). You will also need to add `C:\gstreamer\1.0\x86_64\bin` to your `LIB` environment variable.
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).