Make dependencies in KStars
Giles Coochey
giles at coochey.net
Thu May 14 09:45:00 BST 2020
On 14/05/2020 04:03, Hy Murveit wrote:
> Thanks. Trying ccache. (May also try the cross-compile...).
>
>
CCache will help, if you do get cross-compiling set up then another way
to do it is to use distcc, you perform the compilation on the Pi, but it
farms out the compile tasks to other hosts, if the compilation fails on
remote hosts (eg missing libraries) then it reverts to do that
compilation task locally on the Pi. If you have a whole bunch of hosts
then you can go as far as doing things like make -j 50 etc... Just
something I learnt when building Gentoo on slow machines.
--
Giles Coochey
More information about the Kstars-devel
mailing list