README: add example compilation commands

Not sure if that helps.
This commit is contained in:
wm4 2017-06-02 21:13:29 +02:00
parent cc69650e76
commit 7e889e5e63
1 changed files with 7 additions and 0 deletions

View File

@ -86,6 +86,13 @@ 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.
Example:
./bootstrap.py
./waf configure
./waf
./waf install
Essential dependencies (incomplete list):
- gcc or clang