-
-
Save hughker/d56c1ee47585866ac148 to your computer and use it in GitHub Desktop.
Ubuntu - Install MakeMKV 1.9.9
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sudo apt-get install build-essential pkg-config libc6-dev libssl-dev libexpat1-dev libavcodec-dev libgl1-mesa-dev libqt4-dev | |
wget http://www.makemkv.com/download/makemkv-oss-1.9.9.tar.gz | |
wget http://www.makemkv.com/download/makemkv-bin-1.9.9.tar.gz | |
tar -xvf makemkv-oss-1.9.9.tar.gz | |
tar -xvf makemkv-bin-1.9.9.tar.gz | |
cd makemkv-oss-1.9.9/ | |
./configure | |
make | |
sudo make install | |
cd .. | |
cd makemkv-bin-1.9.9/ | |
make | |
sudo make install | |
which makemkv # should be /usr/bin/makemkv |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment