Made a script to install MakeMKV.
Download
http://dl.dropbox.com/u/18055299/buildMakeMkv.sh
To use make the script executable, run this command on the file in a terminal
Code: Select all
chmod a+x buildMakeMkv.sh
Code: Select all
./buildMakeMkv.sh
You can press the space bar to go through the prompts and the defaults will all work. The script scrapes the MakeMKV download page for the latest version, downloads the archives, unpacks, compiles, installs and then cleans up everything.
Any suggestions on how to improve the script are welcome!