|
From: Dima K. <gn...@di...> - 2023-10-18 03:55:55
|
"Philipp K. Janert via gnuplot-beta" <gnu...@li...> writes: > Regarding Qt: > > Is that flag actually strictly necessary? I had thought the build > process would discover that there are no Qt libs installed and skip > the dependency... > > Thanks for providing the list of required libraries - that should help > avoid much trial-n-error. Unfortunately, I can't seem to find them, or > equivalent, for my own system (Debian/Ubuntu/Mint based). I did not > dig too deep, but I can't find any "lib64qt5..." libs, only "libqt5*", > but those don't have -dev or -devel variants. > > Strange. Maybe I need to add a non-standard repository. (No need to > research that, but I find it odd.) If you want to know how to build on Debian, consult the debianization. The control file: https://salsa.debian.org/science-team/gnuplot/-/blob/master/debian/control So the qt packages required to build the gnuplot package, as configured by Debian are: qtbase5-dev qtbase5-dev-tools qttools5-dev-tools libqt5svg5-dev |