Changes between Version 428 and Version 429 of BuildInstructions


Ignore:
Timestamp:
Sep 14, 2022, 6:39:18 AM (19 months ago)
Author:
Andy Alt
Comment:

add suggestion about using distcc to reduce build time

Legend:

Unmodified
Added
Removed
Modified
  • BuildInstructions

    v428 v429  
    9090== Linux ==
    91910 A.D. should work on any reasonably modern Linux distro, on x86 and x86_64 (amd64). The details depend on exactly which distro you use.
     92
     93=== Distributed C/C++ compiling (distcc) ===
     94If you have access to more than 1 computer on a LAN, you may want to consider using [https://www.distcc.org/ distcc] to reduce the build time. If you use distcc, you **must** provide the `--without-pch` argument when running `update-workspaces.sh`. To get the maxmimum benefit, remember to increase the value of the number following the `-j` argument. For example, if distributing the build to 3 computers where each has 4 cores, try `-j12` or `-j15`.
    9295
    9396=== Dependencies ===