-
-
Notifications
You must be signed in to change notification settings - Fork 53
Install on Linux
Adrian-George Bostan edited this page Feb 10, 2020
·
13 revisions
On Debian based distributions (Debian, Ubuntu, Linux Mint etc.), libvlc-dev
can be installed using APT.
sudo apt-get install libvlc-dev
Download latest rpmfusion-free-release-stable
RPM from http://download1.rpmfusion.org/free/fedora.
# Install `rpmfusion-free-release-stable` RPM.
rpm -Uvh rpmfusion-free-release-stable*rpm
# Install `vlc-devel` RPM package.
dnf install vlc-devel
Download latest nux-dextop-release
RPM from http://li.nux.ro/download/nux/dextop/el7/x86_64.
# Install `nux-dextop-release` RPM.
rpm -Uvh nux-dextop-release*rpm
# Install `vlc-devel` RPM package.
yum install vlc-devel