Building script to compile luajit and luasocket needed for simple-mpv-webui addon by open-dynaMIX for windows systems.
Compiling the project is recommended, but pre-built DLLs are provided for convenience and can be downloaded in the proper section below.
- Download and install
git
: https://git-scm.com/download/win (mostly needed for itsbash
environment) - Download and install a recent GCC+MinGW compiler for your host OS
- Properly configure your
PATH
environment variable to include the previously installed compiler - Clone this repo
git clone --recurse-submodules https://github.com/57op/simple-mpv-webui-windows-libs
Open git bash, cd to this repository and launch build.sh
to automatically start the building process:
$ source build.sh
Copy all the contents from mpv
directory (generated by the script in the repository directory) to your mpv installation directory.
Binaries hereby provided are only tested on mpv builds by shinchiro.
You can find x86_64/Win64
only binaries in the releases page of this repo.
Extract the contents of the zip file to your mpv installation directory.