bomi
bomi copied to clipboard
Configure didn't check some Qt development modules
I successfully compiled and installed Bomi on Debian Sid. However, the first time I had a failed compilation due to some missing Qt development modules. To fix that I had to install the following packages:
- libqt5svg5-dev
- libqt5x11extras5-dev
- qtdeclarative5-dev
Why ./configure
did not warn me about this?