Installing MakeMKV in openSUSE 12.3 64 bit
Posted: Tue Mar 26, 2013 11:46 pm
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
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