Skip to content

Instantly share code, notes, and snippets.

@hughker
Forked from knugie/install_makemkv.sh
Created February 23, 2016 19:46
Show Gist options
  • Save hughker/d56c1ee47585866ac148 to your computer and use it in GitHub Desktop.
Save hughker/d56c1ee47585866ac148 to your computer and use it in GitHub Desktop.
Ubuntu - Install MakeMKV 1.9.9
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