Closed HexagonWin closed 1 year ago
Is there a way to continue the build without installing the CUPS libraries?
Yes
Edit line 147 -cups \
in tqt3.SlackBuild to -no-cups \
.
This is a ./configure option. If you run ./configure --help
you'll see that there are other -no
options available, which might be useful to you if there are other packages you don't have installed.
Hello. I'm on Slackware 15 on amd64. I have attempted to build TDE, almost exactly following the guide at https://ray-v.github.io/A_typical_TDE_SlackBuild.html . However after downloading the sources and when I rerun the script and start compiling it almost immediately fails with the following error on /tmp/tqt3-14.0.13-x86_64-1-build-log :
I do not have CUPS installed on my system and I would prefer not to, since I do not have a printer at all. Is there a way to continue the build without installing the CUPS libraries?