diff options
author | Josh Matthews <josh@joshmatthews.net> | 2020-02-24 17:28:39 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-02-24 17:28:39 -0500 |
commit | f70d5fcfc9d1ec807a4b54b13ae55b81362c8946 (patch) | |
tree | b0663ad0d75a9cb5c54228ea20646b6aa04bdfc0 | |
parent | 876f455901e18d9cb43daa83c9f96a35b8e458be (diff) | |
download | servo-f70d5fcfc9d1ec807a4b54b13ae55b81362c8946.tar.gz servo-f70d5fcfc9d1ec807a4b54b13ae55b81362c8946.zip |
Remove requirement to install pkg-config on Windows.
-rw-r--r-- | README.md | 2 |
1 files changed, 0 insertions, 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) |