Page 1 of 1

1.8.6 installation under openSUSE 12.3

Posted: Sat Nov 30, 2013 4:29 pm
by gece01
Hi
The workaround proposed by Mike here doensn't seem to work under openSUSE 12.3
./ configure results in the following error message
configure: error: No package 'libavcodec' found
No package 'libavutil' found.

Re: 1.8.6 installation under openSUSE 12.3

Posted: Sat Dec 07, 2013 12:38 pm
by nuttzo34
Using Opensuse 13.1 i was able to install Makemkv 1.8.6.

I updated all of my packages to pacman repo and install ffmpeg-devel i think as well as the other ones

sudo zypper install -t pattern devel_C_C++
sudo zypper install libopenssl-devel Mesa-devel libqt4-devel

I edited the makefile.linux and changed the moc-qt4 line to just moc.
I then made the makemkv bin and oss using the make -f makefile.linux etc

Re: 1.8.6 installation under openSUSE 12.3

Posted: Sat Dec 07, 2013 12:45 pm
by nuttzo34
Ps i used the regular makemkv oss file and not the one from mikes workaround which i got to build but when i run it nothing happened.