Page 1 of 1

Howto fedora 13 64 bit

Posted: Wed Jan 12, 2011 5:44 pm
by abel23
Hello, please, one easy Howto to install and Fedora 13 64bit please.. :(

Re: Howto fedora 13 64 bit

Posted: Wed Jan 12, 2011 6:19 pm
by jdbower
Where are you getting stuck? Personally I'd recommend a Debian-based system since most of the time I've seen instructions and packages for Ubuntu/Debian these days rather than RPMs, but if you use RedHat or CentOS at work it's annoying to switch between distros. Assuming you're stuck with Fedora, have you tried to install the dependencies? Not having a Fedora system to play with, I'd try:

Code: Select all

yum check-update
yum install build-essential libc6-dev libssl-dev libgl1-mesa-dev libqt4-dev
Chances are at least one of these packages won't be found, but reporting which ones have errors would be a good start.

If it actually works, the next step to try would be to follow the instructions in the official announcement (ignoring the "apt-get" steps, that's the Debian version of "yum"):
http://www.makemkv.com/forum2/viewtopic.php?f=3&t=224

Re: Howto fedora 13 64 bit

Posted: Sat Feb 05, 2011 7:20 pm
by crackednoodle
I have put together a how to install Makemkv on Fedora 14 should be real close on Fedora 13 let me know if it works.

1. Install all the software that is required to build this program.
Become SuperUser

CODE: SELECT ALL
su



yum groupinstall "Development Tools"
yum install openssl-devel qt4-devel

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

CODE: SELECT ALL
http://www.makemkv.com/download/makemkv ... bin.tar.gz
http://www.makemkv.com/download/makemkv ... oss.tar.gz


3. Unpack the downloads.

CODE: SELECT ALL
tar -zxvf makemkv_v1.6.3_bin.tar.gz
tar -zxvf makemkv_v1.6.3_oss.tar.gz


4. Build the software.

CODE: SELECT ALL
cd makemkv_v1.6.3_bin
make -f makefile.linux
sudo make -f makefile.linux install


Repeat for the other directory.

CODE: SELECT ALL
cd makemkv_v1.6.3_oss
make -f makefile.linux
sudo make -f makefile.linux install


5. Start the program by typing:

makemkv

The whole thing can be found at http://crackednoodle.com/2011/01/blu-ra ... ux-how-to/

Thanks,
Brad
crackednoodle