The first step
Code: Select all
sudo apt-get install build-essential pkg-config libc6-dev libssl-dev libexpat1-dev libavcodec-dev libgl1-mesa-dev qtbase5-dev zlib1g-dev
But the next step
I'm not sure about how to extract/unpack the tar.gz files correctly. Where should I unpack them? If I right click on the downloaded tar files, I have options to "extract here" (presumably into the downloads folder?) which seems wrong. There's also the option to open the archive manager, but again I'm not sure where to unpack/extract the files to.Unpack both packages and starting from source package do the following steps:
My Windows-centric brain tells me that I would need to extract the files into the proper folder so that the rest of the steps work/happen correctly. Maybe this isn't true for this step in Linux? Does it not matter where I extract them to? The next step says:
Code: Select all
./configure
make
sudo make installThanks for any help for this Linux NOOB! I asked for help on Reddit and someone sent me to instructions for adding a PPA for makemkv, but I'd rather get these manual instructions right, and understand them so I can learn how this all works. Cheers!