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:
gunmantheh 2015-03-17 11:05:03 +01:00 committed by wm4
parent 70a190af04
commit 8fa036b3a0
1 changed files with 1 additions and 0 deletions

View File

@ -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