Skip to content

Latest commit

 

History

History
35 lines (22 loc) · 616 Bytes

File metadata and controls

35 lines (22 loc) · 616 Bytes

Linux Installation - LibVLC

Note: This is an initial draft and may contain errors.

Gamelist Manager uses LibVLC for video preview playback.


Debian / Ubuntu / Linux Mint

sudo apt install libvlc-dev libvlccore-dev

Fedora / RHEL / CentOS Stream

sudo dnf install vlc-devel

Arch Linux / Manjaro

sudo pacman -S vlc

openSUSE

sudo zypper install vlc-devel

If your distribution is not listed, install the VLC development libraries from your package manager. Video preview will be silently unavailable if LibVLC is not found at runtime.