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
Fedora 14 how to for 1.6.7
Re: Fedora 14 how to for 1.6.7
Works on 1.6.8 also.