Qt 6.11 is out! See what's new in the release
blog
Linux 5.15 build - cleaning before reconfiguration?
-
Hi
I am currently trying to get a 5.15 Linux build working and this involves repeatedly installing dependencies and trying again. I'd like to start again without having to unpack the source from scratch again but output from
configuresays:Prior to reconfiguration, make sure you remove any leftovers from the previous build.The documentation says to run
make confcleanbut for me that yields:make: *** No rule to make target `confclean'. Stop.How do I clean a configuration?
Thanks.
(PS Apologies but I posted a Q in the general forum the other day that should have gone here. I hadn't spotted this subforum - sorry!)
-
Hi,
The most simple: do an out of source build. That way you can nuke the build folder and start new without touching the content of the sources.