DOCS/compile-window.md: add Lua package to MXE instructions

The MSYS2 ones already mention Lua.
This commit is contained in:
wm4 2015-03-06 11:30:35 +01:00
parent dfa562b5db
commit 3fe61ada84
1 changed files with 2 additions and 2 deletions

View File

@ -66,9 +66,9 @@ echo "MXE_TARGETS := i686-w64-mingw32.static" >> settings.mk
# echo "MXE_TARGETS := x86_64-w64-mingw32.static" >> settings.mk
# Build required packages. The following provide a minimum required to build
# mpv.
# a reasonable mpv binary (though not an absolute minimum).
make gcc ffmpeg libass jpeg pthreads
make gcc ffmpeg libass jpeg pthreads lua
# Add MXE binaries to $PATH
export PATH=/opt/mxe/usr/bin/:$PATH