summaryrefslogtreecommitdiffstats
path: root/README.rst
diff options
context:
space:
mode:
authorJosh Driver <keeperofdakeys@gmail.com>2013-12-26 04:06:43 +1030
committerwm4 <wm4@nowhere>2013-12-29 19:41:12 +0100
commitb73d7dc35e652394ec8520b13d4efdd6c0cb6235 (patch)
tree2a6f996a7813bbb8a8ec8806641131b8ed7fe3cb /README.rst
parentbb41e83d8c32611cceef4dd18f1b7a76f243ceca (diff)
downloadmpv-build-b73d7dc35e652394ec8520b13d4efdd6c0cb6235.tar.bz2
mpv-build-b73d7dc35e652394ec8520b13d4efdd6c0cb6235.tar.xz
Adding waf support for mpv.
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst14
1 files changed, 5 insertions, 9 deletions
diff --git a/README.rst b/README.rst
index 89d30cc..99dc777 100644
--- a/README.rst
+++ b/README.rst
@@ -36,19 +36,15 @@ and can be used to update ffmpeg/libass/mpv later.)
Build mpv and ffmpeg/libass with:
- make clean # sometimes needed to build successfully
+ ./clean # sometimes needed to build successfully
- make
+ ./build
Install mpv with:
- sudo make install
+ sudo ./install
-Or if you don't want debugging symbols (smaller binaries):
-
- sudo make install-strip
-
-mpv doesn't need to be installed. The binary ./mpv/mpv can be used as-is. Note
+mpv doesn't need to be installed. The binary ./mpv/build/mpv can be used as-is. Note
that libass and ffmpeg will be statically linked with mpv when using the
provided scripts, and no ffmpeg or libass libraries are/need to be installed.
@@ -90,7 +86,7 @@ example, to enable some dependencies needed for encoding:
echo --enable-nonfree >> ffmpeg_options
(Do this in the mpv-build toplevel directory, the same that contains
-the Makefile and this readme file.)
+the build scripts and this readme file.)
Installing dependencies on Debian or Ubuntu
===========================================