Building server requires desktop libraries as well
Hi, while building with
automate.py server
which is supposed to be only server side, download and builds all dependencies including desktop (eg. build the whole Qt)
[EDIT] Seems like (undocumented) from the configure.py is possible to decide what kind of build to do
I've asked your dev team, and we agree that сurrent situation is not totally rite and downloading QT for DocumentServer is not right
We are try to change it as soon as possible, but currently cannot give any estimates for this task
It would be nice to have a better script, it will drop the building time. I've also notice when you rebuild, it's going to delete everything and build again. This makes it difficult to test stuff, when for example you want only to build FileConverter.
I've also notice when you rebuild, it's going to delete everything and build again.
Try to set --update option to 0
Not 100% sure this work, but I think I remember this right
Seems not, it's always removing all, should be clean = 0