Hi,
i have makemkv 1.5 installed on a headless debian server and want to update it. I don't remember how i installed it back then so which package do i have to download to have a cli only version? Installing from the unoficial repository installs the gui vesion and a lot of qt packages i have no need for.
which debian package for cli only?
Re: which debian package for cli only?
Code: Select all
./configure --disable-gui --disable-qt5
make
sudo make install