Changes between Version 24 and Version 25 of Prerequisites


Ignore:
Timestamp:
13.11.2023 15:17:35 (6 months ago)
Author:
Alloc
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Prerequisites

    v24 v25  
    44 start-stop-daemon:: as the name suggests it is used to start the game as a daemon. '''Will be compiled during installation of scripts later on.'''
    55 [http://xmlstar.sourceforge.net/ XMLStarlet]:: used to manipulate serverconfig.xml
     6 expect:: used to interact with SteamCMD
    67 libstdc++:: as 32 bit library, at least [[LinuxGLIBC|GLIBC 2.15]]
    7  lib32gcc1:: (Only 64 bit hosts) 32 bit libGCC, required for SteamCMD
     8 lib32gcc1:: 32 bit libGCC, required for SteamCMD
    89----
    910Everything below should be installed already:
     
    3334apt-get update
    3435apt-get install xmlstarlet
    35 apt-get install lib32gcc1
     36apt-get install lib32gcc-s1
    3637apt-get install lib32stdc++6
    3738apt-get install make