|
From: Ethan A M. <me...@uw...> - 2023-10-14 17:47:56
|
On Saturday, 14 October 2023 07:58:29 PDT Philipp K. Janert via gnuplot-beta wrote: > > I now installed pango, cairo, and wxt dev > libraries, and the compilation continues > further, but breaks on a Qt dependency: > > qtterminal/qt_term.cpp:51:10: fatal error: QtCore: No such file or > directory 51 | #include <QtCore> > > 1) > Is there a way to build gnuplot w/o Qt? ./configure --without-qt > > 2) > Any hints what minimal set of Qt libs is > required to build gnuplot? I looked through > the various libqt5 dev packages, but most > seem to be about "add-on" functionality (like > XML or networking). I could not find any "core" > libqt5 dev packages. Do I have the name wrong? For my machine the required modules are Qt5Core Qt5Gui Qt5Network Qt5Svg Qt5PrintSupport which are provided by packages qtbase5-common-devel lib64qt5base5-devel lib64qt5core-devel lib64qt5gui-devel lib64qt5network-devel lib64qt5svg-devel lib64qt5printsupport-devel It also requires (for the internationalization and locale support) qttools5 Installing these will probably pull in other packages as well. Ethan |