SonaliBendre / simple-mpv-webui-windows-libs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

simple-mpv-webui windows libraries

Building script to compile luajit and luasocket needed for simple-mpv-webui addon by open-dynaMIX.

Requirements

  • Download and install git: https://git-scm.com/download/win (mostly needed for its bash 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

Compiling

Open git bash, cd to this repository and launch build.sh to automatically start the building process:

$ source build.sh

Installing

Copy all the contents from mpv directory (generated by the script in the repository directory) to your mpv installation directory.

Downloads

You can find x86_64/Win64 binaries in the releases page of this repo

About

License:GNU General Public License v3.0


Languages

Language:Shell 100.0%