Skip to content

Instantly share code, notes, and snippets.

@jemyzhang
Forked from knugie/install_makemkv.sh
Last active February 12, 2019 01:26
Show Gist options
  • Save jemyzhang/807bed49e662b2dafde802127bca8218 to your computer and use it in GitHub Desktop.
Save jemyzhang/807bed49e662b2dafde802127bca8218 to your computer and use it in GitHub Desktop.
Ubuntu - Install MakeMKV 1.10.2
sudo apt-get install build-essential pkg-config libc6-dev libssl-dev libexpat1-dev libavcodec-dev libgl1-mesa-dev qt5-default
wget http://www.makemkv.com/download/makemkv-oss-1.10.2.tar.gz
wget http://www.makemkv.com/download/makemkv-bin-1.10.2.tar.gz
tar -xvf makemkv-oss-1.10.2.tar.gz
tar -xvf makemkv-bin-1.10.2.tar.gz
cd makemkv-oss-1.10.2/
./configure
make
sudo make install
cd ..
cd makemkv-bin-1.10.2/
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