Changes between Version 425 and Version 426 of BuildInstructions


Ignore:
Timestamp:
Jul 18, 2022, 6:13:55 PM (21 months ago)
Author:
Andy Alt
Comment:

add cargo and rustc to list of dependencies on Linux, and for Debian Ubuntu installation

Legend:

Unmodified
Added
Removed
Modified
  • BuildInstructions

    v425 v426  
    9898 * the rust compiler and cargo (NB: A24 needs rust 1.49, 1.50 and later won't work without [https://hg.mozilla.org/releases/mozilla-esr78/rev/0e8f444683cb patching])
    9999 * Boost (at least 1.57 since r21726)
     100 * cargo
    100101 * CMake (only needed if you use bundled NVTT)
    101102 * Python 2.7 (required for cxxtest and non-system SpiderMonkey)
     
    113114 * OpenAL
    114115 * OpenGL
     116 * rustc
    115117 * SDL2 (at least 2.0.2)
    116118 * Subversion (or git if you want to use the Git mirror; see below)
     
    147149{{{
    148150#!sh
    149 sudo apt-get install build-essential cmake libboost-dev libboost-system-dev   \
     151sudo apt-get install build-essential cargo cmake libboost-dev libboost-system-dev   \
    150152    libboost-filesystem-dev libcurl4-gnutls-dev libenet-dev libfmt-dev   \
    151153    libfreetype-dev libfreetype6 libfreetype6-dev   \