mirror of https://github.com/mpv-player/mpv
README: mention build result being located at build/mpv
This commit is contained in:
parent
bc38a2736d
commit
add439b06b
|
@ -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
|
detect it, the file `build/config.log` may contain information about the
|
||||||
reasons for the failure.
|
reasons for the failure.
|
||||||
|
|
||||||
To build the software you can use `./waf build`, and `./waf install` to install
|
To build the software you can use `./waf build`: the result of the compilation
|
||||||
it.
|
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,
|
NOTE: Using the old build system (with `./old-configure`) should still work,
|
||||||
but will be removed in a future version of mpv.
|
but will be removed in a future version of mpv.
|
||||||
|
|
Loading…
Reference in New Issue