summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorStefano Pigozzi <stefano.pigozzi@gmail.com>2013-11-23 11:14:22 +0100
committerStefano Pigozzi <stefano.pigozzi@gmail.com>2013-11-23 11:14:22 +0100
commitadd439b06b66786620eeaaef5d120ef223cba845 (patch)
treebe4e1fef94981d79d7a289f3a5424e35c957a199 /README.md
parentbc38a2736d4bda98bdef8c6195a1f17ffdec6f18 (diff)
downloadmpv-add439b06b66786620eeaaef5d120ef223cba845.tar.bz2
mpv-add439b06b66786620eeaaef5d120ef223cba845.tar.xz
README: mention build result being located at build/mpv
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/README.md b/README.md
index 2e8c1d75ff..59b1cb4e40 100644
--- a/README.md
+++ b/README.md
@@ -27,8 +27,9 @@ you think you have support for some feature installed but configure fails to
detect it, the file `build/config.log` may contain information about the
reasons for the failure.
-To build the software you can use `./waf build`, and `./waf install` to install
-it.
+To build the software you can use `./waf build`: the result of the compilation
+will be located in `build/mpv`. You can use `./waf install` to install mpv
+to the *prefix* after it is compiled.
NOTE: Using the old build system (with `./old-configure`) should still work,
but will be removed in a future version of mpv.