summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKevin Mitchell <kevmitch@gmail.com>2014-03-27 18:04:18 -0700
committerKevin Mitchell <kevmitch@gmail.com>2014-03-27 18:04:18 -0700
commit41043e57234031d114c43929a27ab91c1054a106 (patch)
treede4823b965f5267c978ad44bfed7a4d50cacfad7
parentcbcdebdd1c645962dbedeb2379d88fa732ffba15 (diff)
downloadmpv-build-41043e57234031d114c43929a27ab91c1054a106.tar.bz2
mpv-build-41043e57234031d114c43929a27ab91c1054a106.tar.xz
move the ./update command to before mk-build-deps in debian instructions
This covers the case of changed build-dependencies in the debian package.
-rw-r--r--README.rst16
1 files changed, 8 insertions, 8 deletions
diff --git a/README.rst b/README.rst
index bb6c933..9cc8f6c 100644
--- a/README.rst
+++ b/README.rst
@@ -89,7 +89,12 @@ the build scripts and this readme file.)
Installing dependencies on Debian or Ubuntu
===========================================
-On Debian or Ubuntu systems, you can install a fairly comprehensive
+First make sure that you have the latest version of these build
+scripts, mpv, and its dependencies:
+
+ ./update
+
+On Debian or Ubuntu systems, you can then install a fairly comprehensive
list of build dependencies with the command
sudo apt-get install devscripts equivs
@@ -107,17 +112,12 @@ If you don't want to use sudo, you can also try:
mk-build-deps
- su -c 'dpkg -i mpv-build-deps_*.deb || apt-get install -f'
+ su -c 'dpkg -i mpv-build-deps_*_*.deb || apt-get install -f'
Building a Debian package
=========================
-Make sure that you have the latest version of mpv and its
-dependencies:
-
- ./update
-
-You can then build a full mpv Debian package with the following command:
+You can build a full mpv Debian package with the following command:
dpkg-buildpackage -uc -us -b -j4