Changes between Version 374 and Version 375 of BuildInstructions


Ignore:
Timestamp:
May 27, 2020, 10:09:44 AM (4 years ago)
Author:
Itms
Comment:

Temporary warning for #5757

Legend:

Unmodified
Added
Removed
Modified
  • BuildInstructions

    v374 v375  
    123123
    124124 * [https://developer.mozilla.org/en-US/docs/Mozilla/Projects/SpiderMonkey/Releases/45 SpiderMonkey 45] (`--with-system-mozjs45`)
    125  * [https://github.com/castano/nvidia-texture-tools NVTT] (`--with-system-nvtt`)
     125 * [https://github.com/castano/nvidia-texture-tools NVTT] (`--with-system-nvtt`) Note: the version of NVTT provided by your package manager is probably too old and we don't check it yet (#5757).
    126126
    127127For a list of all options to `update-workspaces.sh` see [wiki:premake].
     
    140140   * With these dependencies you have to run:
    141141     * `./update-workspaces.sh --with-system-nvtt`
     142     * If the game crashes at startup (#5757), you might need to use the bundled NVTT instead of the system-provided one: see below.
    142143 * On all versions **except Ubuntu 16.04, 18.04, and Debian Sid**, you will need to [https://download.libsodium.org/doc/installation/ install libsodium manually].
    143144   * On **Ubuntu 16.04 and Debian Sid** and higher, you can `sudo apt-get install libsodium-dev`.