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?
Where is the rcc command?
Re: Where is the rcc command?
hi do you have ALL dependencies installed?
it looks like it is part of libqt4-dev
Code: Select all
sudo apt-get install build-essential libc6-dev libssl-dev libgl1-mesa-dev libqt4-dev