pzorin / qgo

qGo is a Go Client (IGS, WING, LGS, WBaduk/CyberORO, Tygem, Tom, and eWeiqi) based on Qt 5. No active development is happening nor should any be expected.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

lrelease on wheezy

peepo opened this issue · comments

can't get qgo to build:

/bin/lrelease src.pro
make: /bin/lrelease: Command not found
make: *** [install_languages] Error 127

there is no /bin/lrelease
and cannot find what is needed to be installed on wheezy
ie say qmake-qt-gui but not this...

A google search shows that lrelease is contained in the debian package qt4-linguist-tools. A faster way to figure out things like this is to use apt-file search.

$ whereis lrelease
lrelease: /usr/bin/lrelease

anyway built fine, tx