summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README.md7
1 files changed, 7 insertions, 0 deletions
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