Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 464 Bytes

ReadMe.md

File metadata and controls

28 lines (19 loc) · 464 Bytes

mpvz

Qt5/QML based GUI for libmpv. Based on the Tethys theme for Bomi.

mpvz https://www.youtube.com/watch?v=j_aDGFXNfyw

Compile and Install

## Install Dependencies
# Arch / Manjaro
sudo pacman -S git make gcc mpv

# Download Source Code
git clone https://github.com/Zren/mpvz.git
cd mpvz

## Compile and Install
mkdir -p build
cd build
qmake ..
make
sudo make install