Changes between Version 311 and Version 312 of BuildInstructions


Ignore:
Timestamp:
Feb 2, 2018, 1:18:22 PM (6 years ago)
Author:
krumel
Comment:

Note on higher RAM usage when using multiple compile jobs, --needed switch on arch linux to prevent reinstallation of up to date packages

Legend:

Unmodified
Added
Removed
Modified
  • BuildInstructions

    v311 v312  
    1010 * An adequately high-spec computer:
    1111   * At least 5GB of free disk space
    12    * At least 1GB of RAM for compiling
     12   * At least 1GB of RAM for compiling, more if compiling multiple jobs in parallel (using -j)
    1313   * 32 or 64-bit x86-compatible CPU, or an ARMv5+ processor
    1414   * Modern graphics hardware is also recommended, though the game can run (slowly) on fairly old devices (!GeForce 4, Intel 945GM, etc)
     
    174174{{{
    175175#!sh
    176 pacman -S boost cmake curl enet gcc gloox icu libgl libogg libpng libvorbis libxcursor libxml2 miniupnpc patch sdl2 subversion wxgtk zip zlib
    177 
     176pacman -S --needed boost cmake curl enet gcc gloox icu libgl libogg libpng libvorbis libxcursor libxml2 miniupnpc patch sdl2 subversion wxgtk zip zlib
    178177}}}
    179178