Skip to content

Instantly share code, notes, and snippets.

@knugie
Last active November 23, 2016 06:17
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 2 You must be signed in to fork a gist
  • Save knugie/b0e7ea8f6d79315cc0e6 to your computer and use it in GitHub Desktop.
Save knugie/b0e7ea8f6d79315cc0e6 to your computer and use it in GitHub Desktop.
Ubuntu - Install MakeMKV 1.9.0
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.0.tar.gz
wget http://www.makemkv.com/download/makemkv-bin-1.9.0.tar.gz
tar -xvf makemkv-oss-1.9.0.tar.gz
tar -xvf makemkv-bin-1.9.0.tar.gz
cd makemkv-oss-1.9.0/
./configure
make
sudo make install
cd ..
cd makemkv-bin-1.9.0/
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