molke-productions / qloud

Tool to measure loudspeaker frequency and step responses and distortions
GNU General Public License v2.0
28 stars 6 forks source link

Add Debian/Ubuntu section in INSTALL.md #2

Closed pierstitus closed 6 years ago

pierstitus commented 6 years ago

To compile successfully on Ubuntu (tested on 18.04) you need to change -lqwt to -lqwt-qt5 in src/src.pro.

This is because the qt5 version of qwt has a different name so both can be installed at the same time.

If not changed either the linker cannot find -lqwt, or even worse, if libqwt-dev is installed it will link qloud with the qt4 version and give a segfault on startup.