Where is the rcc command?

The place to discuss linux version of MakeMKV
Post Reply
viabsb
Posts: 1
Joined: Wed May 12, 2010 2:15 pm
Location: Bras?lia, DF.

Where is the rcc command?

Post by viabsb »

When I tryied to compile I've got the message:

rcc -name rsrc -o tmp/qt_rsrc.cpp makemkvgui/src/qt_rsrc.qrc
make: rcc: Comando n?o encontrado
make: ** [tmp/qt_rsrc.cpp] Erro 127

Where is the rcc command?
skittle
Posts: 349
Joined: Thu Jan 14, 2010 4:23 am

Re: Where is the rcc command?

Post by skittle »

hi do you have ALL dependencies installed?

Code: Select all

sudo apt-get install build-essential libc6-dev libssl-dev libgl1-mesa-dev libqt4-dev
it looks like it is part of libqt4-dev
Post Reply