Changes between Version 384 and Version 385 of BuildInstructions


Ignore:
Timestamp:
Dec 6, 2020, 3:14:34 PM (3 years ago)
Author:
wraitii
Comment:

Updates for SM78

Legend:

Unmodified
Added
Removed
Modified
  • BuildInstructions

    v384 v385  
    5050
    5151 * We have dropped support for older versions of Visual Studio when moving to C++14, see #5862.
    52  * XP and Vista are supported as targets, but not for installing Visual Studio 2017.
     52 * XP and Vista are no longer supported - SpiderMonkey 78 has dropped support for both. It is plausible that some fancy patching would work, but we haven't had the material means to try it.
    5353 * Only 32-bit builds are supported, though they can be compiled and run on 64-bit Windows.
    5454
     
    9696
    9797 * a C++17 conforming compiler
    98  * the rust compiler and toolchain
     98 * LLVM-objdump, which is part of the LLVM binaries. You don't need clang itself.
     99 * the rust compiler and cargo
    99100 * Boost (at least 1.57 since r21726)
    100101 * CMake (only needed if you use bundled NVTT)
     
    123124To use shared system libraries instead of bundled copies (default) of libraries (pass the flag `--with-system-$COMPONENT` to `update-workspaces.sh` to use the non-bundled copy):
    124125
    125  * SpiderMonkey 68 (`--with-system-mozjs`)
     126 * SpiderMonkey 78 (`--with-system-mozjs`)
    126127 * [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).
    127128