Installing MakeMKV in openSUSE 12.3 64 bit

The place to discuss linux version of MakeMKV
Post Reply
easgs
Posts: 1
Joined: Tue Mar 26, 2013 11:34 pm

Installing MakeMKV in openSUSE 12.3 64 bit

Post by easgs »

This is basically a sort version of this post http://www.makemkv.com/forum2/viewtopic.php?f=3&t=2047 but for openSUSE 12.3 64 bits

1) In yast install the pattern development in C C++

2) Install the following packages: libopenssl-devel libopenssl-devel-32bit Mesa-devel libqt4-devel libexpat-devel libexpat1 libexpat1-32bit

3) tar -xvf makemkv_v*_oss.tar.gz
cd makemkv_v*_oss/

The package 'moc-qt4' is now just called 'moc'

so change the 4th line of makefile.linux in the directory makemkv-oss/

from

MOC=$(strip $(shell which moc-qt4))

to

MOC=$(strip $(shell which moc))

and then

make -f makefile.linux
sudo make -f makefile.linux install


4) tar xvf makemkv_v*_bin.tar.gz
cd makemkv_v*_bin/
make -f makefile.linux
sudo make -f makefile.linux install


5) open the program and click Help – register and enter the beta license key found here

http://www.makemkv.com/forum2/viewtopic.php?f=5&t=1053
Treito
Posts: 1
Joined: Sat Apr 13, 2013 12:50 pm

Re: Installing MakeMKV in openSUSE 12.3 64 bit

Post by Treito »

Hello,

the program compilation fails and I have no clue why. I installed all neccessary packages, but it still fails. Compiling on my notebook works fine.
http://paste.opensuse.org/5229107

Sven
Post Reply