README: mention build result being located at build/mpv

This commit is contained in:
Stefano Pigozzi 2013-11-23 11:14:22 +01:00
parent bc38a2736d
commit add439b06b
1 changed files with 3 additions and 2 deletions

View File

@ -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.