From 4b6f2b389694a806f2c78550065fb6dce2add0ca Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Mon, 8 Jul 2019 21:21:13 -0700 Subject: [PATCH] Removed some comments about newer dependencies since they are now in the example dependency list above. --- README.rst | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/README.rst b/README.rst index 89dae061..1a628062 100644 --- a/README.rst +++ b/README.rst @@ -368,16 +368,6 @@ their dependencies: * libgtk2.0-dev * libwebkitgtk-dev -If your Linux distribution has gstreamer 1.0 available then you can install -the dev packages for that instead of the 0.10 version. For example: - -* libgstreamer-plugins-base1.0-dev - -Newer versions of Linux may need some newer versions of dependent packages -installed, if they are available. For example: - -* libwebkit2gtk-4.0-dev -* libsdl2-dev If You use a custom built python in a non standard location, You need to compile python with the --enable-shared option.