mirror of https://github.com/mpv-player/mpv
DOCS: fix compilation instructions for MXE crosscompilation
Add bootstrap step for Linux->Windows MXE crosscompilation. Signed-off-by: wm4 <wm4@nowhere>
This commit is contained in:
parent
70a190af04
commit
8fa036b3a0
|
@ -79,6 +79,7 @@ export PATH=/opt/mxe/usr/bin/:$PATH
|
|||
cd ..
|
||||
git clone https://github.com/mpv-player/mpv.git
|
||||
cd mpv
|
||||
python ./bootstrap.py
|
||||
DEST_OS=win32 TARGET=i686-w64-mingw32.static ./waf configure
|
||||
# Or, if 64 bit version,
|
||||
# DEST_OS=win32 TARGET=x86_64-w64-mingw32.static ./waf configure
|
||||
|
|
Loading…
Reference in New Issue