From 549b6ea6a15564eeecdb5984a2125a7fb984f6c2 Mon Sep 17 00:00:00 2001 From: Abdullah Alansari Date: Thu, 23 Apr 2020 19:56:36 +0300 Subject: [PATCH] README: add trick to better leverage `mpv-build` --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1100881d31a2d..881592d99c71c 100644 --- a/README.md +++ b/README.md @@ -142,7 +142,9 @@ Most of the above libraries are available in suitable versions on normal Linux distributions. For ease of compiling the latest git master of everything, you may wish to use the separately available build wrapper ([mpv-build][mpv-build]) which first compiles FFmpeg libraries and libass, and then compiles the player -statically linked against those. +statically linked against those. And one neat trick is to use `mpv-build` and +replace the `mpv` directory in it with a symbolic-link to the directory you use +to work on `mpv`. If you want to build a Windows binary, you either have to use MSYS2 and MinGW, or cross-compile from Linux with MinGW. See