summaryrefslogtreecommitdiffstats
path: root/README.rst
diff options
context:
space:
mode:
authorsfan5 <sfan5@live.de>2021-02-08 11:04:46 +0100
committersfan5 <sfan5@live.de>2021-02-08 11:04:46 +0100
commitabc1380522f81223d09c19f2ad378948f80a9e2b (patch)
tree4c2f5f867f4cf9ab64a4dcd57fe6a77d96db3951 /README.rst
parentecc117e0283f148612f639d05d4dd22b31b679d8 (diff)
downloadmpv-build-abc1380522f81223d09c19f2ad378948f80a9e2b.tar.bz2
mpv-build-abc1380522f81223d09c19f2ad378948f80a9e2b.tar.xz
Explicitly call waf with python3 everywhere
This saves Debian users from installing python-is-python3 and others from accidentally running waf with python2 (unsupported).
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst5
1 files changed, 0 insertions, 5 deletions
diff --git a/README.rst b/README.rst
index 3663dd0..0bff815 100644
--- a/README.rst
+++ b/README.rst
@@ -100,11 +100,6 @@ package::
mk-build-deps -s sudo -i
-Debian no longer provides an unversioned "python" binary on its own. You need to
-explicitly tell it to create a symlink to python3 if this is the case::
-
- which python || sudo apt-get install python-is-python3
-
You can now build the mpv Debian package with the following command::
dpkg-buildpackage -uc -us -b -j4