The linux release includes full source code for MakeMKV GUI, libmakemkv multiplexer library and libdriveio MMC drive interrogation library. Please use this forum for an up to date download and setup instructions. You need to follow the steps outlined below to compile and install the application and all libraries.
Download binary and source packages:
http://www.makemkv.com/download/makemkv ... bin.tar.gz
http://www.makemkv.com/download/makemkv ... oss.tar.gz
Make sure you have all required tools and libraries installed. You'll need GNU compiler and linker and header and library files for following libraries: glibc, openssl-0.9.8, zlib, qt4. You may use the following command to install all prerequisites on debian-based system like ubuntu:
- Code: Select all
sudo apt-get install build-essential libc6-dev libssl-dev libgl1-mesa-dev libqt4-dev
Unpack both packages and starting from source package do the following steps for each package:
- Code: Select all
make -f makefile.linux
sudo make -f makefile.linux install
The application will be installed as "/usr/bin/makemkv".
Please share your experience in this forum.
