Changes between Version 438 and Version 439 of BuildInstructions


Ignore:
Timestamp:
Feb 18, 2024, 12:36:30 PM (3 months ago)
Author:
Alistair_Findlay
Comment:

Fixed a typo "Maxmimum" fixed to "Maximum". Removed 404 link which is no longer relevant. Clarified that versions of openSSL post 3.0.0 are GPL compatible.

Legend:

Unmodified
Added
Removed
Modified
  • BuildInstructions

    v438 v439  
    9393
    9494=== Distributed C/C++ compiling (distcc) ===
    95 If 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`.
     95If 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 maximum 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`.
    9696
    9797=== Dependencies ===
     
    167167   * you should add `libmozjs--dev` and run `update-workspace.sh` with `--with-system-mozjs`.
    168168 * When not using system nvidia-texture-tools, `libnvtt-dev` can be omitted, but `cmake` is needed to build the bundled NVTT.
    169  * You can also use `libcurl4-openssl-dev` instead of `libcurl4-gnutls-dev` (it's not possible to install both at once), but [http://lintian.debian.org/tags/possible-gpl-code-linked-with-openssl.html note that openssl is not GPL compatible and the resulting binaries could not be redistributed].
     169 * You can also use `libcurl4-openssl-dev` instead of `libcurl4-gnutls-dev` (it's not possible to install both at once), but (Note that versions of openssl prior to 3.0.0 are not GPL compatible and those resulting binaries could not be redistributed).
    170170
    171171 * Finally you need to install the WX libraries for Atlas: