summaryrefslogtreecommitdiffstats
path: root/README.rst
diff options
context:
space:
mode:
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst33
1 files changed, 0 insertions, 33 deletions
diff --git a/README.rst b/README.rst
index c801f01..7e6e9bd 100644
--- a/README.rst
+++ b/README.rst
@@ -5,8 +5,6 @@ This is a collection of scripts to make downloading and building mpv, ffmpeg
and libass easier. ffmpeg and libass get special treatment, because they are
essential, and distribution packages are often too old or too broken.
-See below for instructions for building Debian packages.
-
If you are running Mac OSX and using homebrew we provide homebrew-mpv_, an up
to date formula that compiles mpv with sensible dependencies and defaults for
OSX.
@@ -86,37 +84,6 @@ example, to enable some dependencies needed for encoding:
(Do this in the mpv-build toplevel directory, the same that contains
the build scripts and this readme file.)
-Installing dependencies on Debian or Ubuntu
-===========================================
-
-On Debian or Ubuntu systems, you can try to run this command in the
-mpv-build directory to install most of the required dependencies:
-
- sudo apt-get install devscripts
-
- mk-build-deps -s sudo -ir
-
-This will generate and install a dummy package with the required
-dependencies. (mk-build-deps is part of devscripts.)
-
-If you don't want to use sudo, you can also try:
-
- mk-build-deps
-
- dpkg -i mpv-build-deps_1.0_all.deb
-
-dpkg -i will require root rights of course.
-
-Building a Debian package
-=========================
-
-You can build a full mpv Debian package with the following command:
-
- debuild -uc -us -b -j4
-
-The .deb file will be created in the parent directory. (4 is the number
-of jobs running in parallel - you can change it.)
-
Local changes to the git repositories
=====================================