[Interest] Unattended install of Qt 5.x on Linux
Giuseppe D'Angelo
dangelog at gmail.com
Wed May 7 17:14:52 CEST 2014
On 7 May 2014 13:12, Francisco Ares <frares at gmail.com> wrote:
>
> And you can always download the source code, issue a "config" command - with
> proper arguments - and then a "make" to build the whole thing from ground
> up. Then you can copy the whole directory tree to other machines, do a "make
> install" and update the libraries bindings with "ldconfig", if needed. All
> that can be arranged in a script, too.
You can't move the directory into another arbitrary place, though.
That is, the install path on the source machine must be the same on
the target machine. The problem here is that Qt hardcodes such paths
inside of qmake / QtCore. The installer binary patches the right files
to let you put Qt in any place on disk.
--
Giuseppe D'Angelo
More information about the Interest
mailing list