From 7e889e5e637536cba3dfced3962ab87d7c8ea01f Mon Sep 17 00:00:00 2001 From: wm4 Date: Fri, 2 Jun 2017 21:13:29 +0200 Subject: README: add example compilation commands Not sure if that helps. --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 84c65d4bbd..2e81e29643 100644 --- a/README.md +++ b/README.md @@ -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 -- cgit v1.2.3