aboutsummaryrefslogtreecommitdiffhomepage
path: root/DOCS/compile-windows.md
Commit message (Collapse)AuthorAge
* DOCS/compile-windows.md: fix Lua packageGravatar wm42015-06-18
| | | | | mingw-w64-x86_64-lua maps to Lua 5.3, which we do not support. Change it to mingw-w64-x86_64-lua51.
* DOCS/compile-windows.md: drop unused dependencyGravatar wm42015-06-16
|
* DOCS: fix compilation instructions for MXE crosscompilationGravatar gunmantheh2015-03-17
| | | | | | Add bootstrap step for Linux->Windows MXE crosscompilation. Signed-off-by: wm4 <wm4@nowhere>
* DOCS/compile-window.md: add Lua package to MXE instructionsGravatar wm42015-03-06
| | | | The MSYS2 ones already mention Lua.
* DOCS/compile-windows.md: fix pkg-config directoryGravatar James Ross-Gowan2015-01-09
|
* DOCS: add instructions for building with MSYS2Gravatar James Ross-Gowan2015-01-08
mpv can be built natively on a Windows machine using MSYS2. Add detailed instructions on how to build and merge them with the existing instructions for cross-compilation.