Search found 1 match
- Wed Mar 06, 2019 12:38 am
- Forum: MakeMKV for Linux
- Topic: MakeMKV broken after upgrade to Ubuntu 18.04
- Replies: 19
- Views: 63498
Re: MakeMKV broken after upgrade to Ubuntu 18.04
Nothing complicated, I'm probably using non-standard terminology.
Create a new (and therefor empty) directory, eg,
rm -rf $HOME/BUILD
mkdir $HOME/BUILD
unpack the makemkv source in $HOME/BUILD
then build it (in $HOME/BUILD)
I was having the same problem and this fixed it for me. I had to ...