From f70d5fcfc9d1ec807a4b54b13ae55b81362c8946 Mon Sep 17 00:00:00 2001 From: Josh Matthews Date: Mon, 24 Feb 2020 17:28:39 -0500 Subject: [PATCH] Remove requirement to install pkg-config on Windows. --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index 6c6ca3d1357..f4137bc7b6f 100644 --- a/README.md +++ b/README.md @@ -228,8 +228,6 @@ 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. -4. Install `pkg-config` either via [Chocolatey](https://chocolatey.org/install#installing-chocolatey)(`choco install pkgconfiglite`) or from [here](https://sourceforge.net/projects/pkgconfiglite/). - 5. Install the most recent [GStreamer](https://gstreamer.freedesktop.org/data/pkg/windows/) MSVC packages. You need to download the two `.msi` files for your platform from the [GStreamer](https://gstreamer.freedesktop.org/data/pkg/windows/) website and install them. The currently recommended version is 1.16.0. i.e.: - [gstreamer-1.0-msvc-x86_64-1.16.0.msi](https://gstreamer.freedesktop.org/data/pkg/windows/1.16.0/gstreamer-1.0-msvc-x86_64-1.16.0.msi)