which debian package for cli only?

The place to discuss linux version of MakeMKV
Post Reply
martini2
Posts: 4
Joined: Fri May 17, 2019 5:46 pm

which debian package for cli only?

Post by martini2 »

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.
flojo
Posts: 58
Joined: Thu Jun 22, 2023 4:27 am
Location: El Paso

Re: which debian package for cli only?

Post by flojo »

Code: Select all

./configure --disable-gui --disable-qt5
make
sudo make install
I'm not sure if --disable-qt5 is needed.
Post Reply