This is the post that I'm following:
http://www.makemkv.com/forum2/viewtopic.php?f=3&t=224
I copied and pasted the first 'sudo' command and everything worked well.
I copied and pasted the second line (replaced makefile.linux with the correct file name) and this is what it tells me:
make: *** No rule to make target `makemkv_v.1.7.2_bin.tar.gz'. Stop.
Can anyone help me with this issue?
Thanks!
Trouble installing MakeMKV on 10.04 Ubuntu
Re: Trouble installing MakeMKV on 10.04 Ubuntu
makefile.linux is the right name. You need to extract the two files and then run the commands properly.
Re: Trouble installing MakeMKV on 10.04 Ubuntu
It would help for you to copy and paste the results of the command into your post so someone can offer help.kuerten wrote:Hi. Is there a specific command to extract this? I tried using the generic command found at google but it doesn't seem to work.
For example, this works for me to unpack the archive to /tmp:
Code: Select all
hbarta@olive:~$ cd /tmp
hbarta@olive:/tmp$ tar xzvf '/home/hbarta/Downloads/makemkv_v1.7.2_bin.tar.gz'
makemkv_v1.7.2_bin/
makemkv_v1.7.2_bin/bin/
makemkv_v1.7.2_bin/bin/mipsel32/
makemkv_v1.7.2_bin/bin/mipsel32/makemkvcon
makemkv_v1.7.2_bin/bin/amd64/
makemkv_v1.7.2_bin/bin/amd64/makemkvcon
makemkv_v1.7.2_bin/bin/i386/
makemkv_v1.7.2_bin/bin/i386/makemkvcon
makemkv_v1.7.2_bin/makefile.linux
makemkv_v1.7.2_bin/src/
makemkv_v1.7.2_bin/src/ask_eula.sh
makemkv_v1.7.2_bin/src/share/
makemkv_v1.7.2_bin/src/share/makemkv_deu.mo.gz
makemkv_v1.7.2_bin/src/share/makemkv_spa.mo.gz
makemkv_v1.7.2_bin/src/share/makemkv_ptb.mo.gz
makemkv_v1.7.2_bin/src/share/default.mmcp.xml
makemkv_v1.7.2_bin/src/share/makemkv_dut.mo.gz
makemkv_v1.7.2_bin/src/share/makemkv_jpn.mo.gz
makemkv_v1.7.2_bin/src/share/makemkv_swe.mo.gz
makemkv_v1.7.2_bin/src/eula_en_linux.txt
hbarta@olive:/tmp$
FWIW I have just installed MakeMKV on Ubunbtu 10.04 and it seems to be working well.