As the install procedure has changed recently.
Here is how to install MakeMKV on OpenSUSE 13.1 (may work on 12.3).
First things first, here is what you will need to install :
Code: Select all
zypper install -t pattern devel_C_C++Code: Select all
zypper install libffmpeg-devel libopenssl-devel Mesa-devel libqt4-develGet into the makemkv-bin directory and do :
As a regular user :
Code: Select all
./configure
makeCode: Select all
make installCode: Select all
make -f MakefileCode: Select all
make -f Makefile installBye