Page 1 of 1

Fedora 14 how to for 1.6.7

Posted: Fri Apr 22, 2011 11:24 pm
by hursto75
1. Install all the software that is required to build this program.

Become SuperUser

su

yum update


yum groupinstall "Development Tools"


yum install openssl-devel qt4-devel

2. Dowload the Makemkv programs which comes in 2 parts.

http://www.makemkv.com/download/makemkv ... bin.tar.gz

http://www.makemkv.com/download/makemkv ... oss.tar.gz

3. Unpack the downloads.

tar -zxvf makemkv_v1.6.7_bin.tar.gz


tar -zxvf makemkv_v1.6.7_oss.tar.gz

4. Build the software.

cd makemkv_v1.6.7_bin

make -f makefile.linux


su -c 'make -f makefile.linux install'

Repeat for the other directory.

cd makemkv_v1.6.7_oss

make -f makefile.linux


su -c 'make -f makefile.linux install'

5. Start the program by typing:

makemkv


Also you can see the article at http://crackednoodle.com/2011/01/blu-ra ... ux-how-to/

Thanks,
Brad

Re: Fedora 14 how to for 1.6.7

Posted: Tue Apr 26, 2011 2:18 pm
by hursto75
Works on 1.6.8 also.