Changes between Version 19 and Version 20 of Installation


Ignore:
Timestamp:
23.11.2014 21:45:35 (9 years ago)
Author:
Alloc
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Installation

    v19 v20  
    3333
    3434=== 64 Bit host operating system ===
    35 SteamCMD requires lib32gcc1 to run:
     35SteamCMD and the game requires lib32gcc1 and lib32stdc++ to run:
    3636{{{
    37 apt-get install lib32gcc1
     37apt-get install lib32gcc1 lib32stdc++
    3838}}}
    3939
     
    124124
    125125
    126 == Install the Linux engine ==
    127 
    128 1. Get the archive:
    129 {{{
    130 wget -O linux_files.tar.gz http://illy.bz/fi/7dtd/linux_files.tar.gz
    131 }}}
    132 1. Extract the files to /home/sdtd:
    133 {{{
    134 tar --touch -xvzf linux_files.tar.gz -C /home/sdtd/
    135 }}}
    136 1. Update permissions:
    137 {{{
    138 chown sdtd.sdtd -R /home/sdtd/linux_files
    139 chmod 0644 -R /home/sdtd/linux_files
    140 find /home/sdtd/linux_files -type d -exec chmod 0755 {} \;
    141 chmod 0755 /home/sdtd/linux_files/engine/7DaysToDie.x86
    142 }}}
    143 
    144 
    145126== Secure the files ==
    146127