How-2 Install MakeMKV on Fedora

The place to discuss linux version of MakeMKV
Post Reply
nicopelle
Posts: 11
Joined: Fri Feb 20, 2009 8:51 am

How-2 Install MakeMKV on Fedora

Post by nicopelle »

FIRST WAY:

REQUIREMENTS:

Code: Select all

dnf groupinstall "C Development Tools and Libraries"
dnf install expat-devel.x86_64 ffmpeg-devel.x86_64 qt5-qtbase-devel.x86_64
Then, you can compile as usual :-)
--------------------------

SECOND WAY, THE LAZY WAY :lol: (as root or using sudo):

Code: Select all

wget -c https://negativo17.org/repos/fedora-negativo17.repo -O /etc/yum.repos.d/fedora-negativo17.repo
and then:

Code: Select all

dnf update
dnf install makemkv
BrionS
Posts: 18
Joined: Thu Dec 29, 2011 2:25 pm

Re: How-2 Install MakeMKV on Fedora

Post by BrionS »

Thank you!
Post Reply