summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2017-06-02 21:13:29 +0200
committerwm4 <wm4@nowhere>2017-06-02 21:13:29 +0200
commit7e889e5e637536cba3dfced3962ab87d7c8ea01f (patch)
treeaff77f136ea1e6be0fb9b51f66ff265192c54304 /README.md
parentcc69650e76269a3b419e6a73eb06e12284e91974 (diff)
downloadmpv-7e889e5e637536cba3dfced3962ab87d7c8ea01f.tar.bz2
mpv-7e889e5e637536cba3dfced3962ab87d7c8ea01f.tar.xz
README: add example compilation commands
Not sure if that helps.
Diffstat (limited to 'README.md')
-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