Changes between Version 11 and Version 12 of Installation


Ignore:
Timestamp:
02.06.2014 03:05:11 (10 years ago)
Author:
Alloc
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Installation

    v11 v12  
    3636{{{
    3737apt-get install lib32gcc1
    38 }}}
    39 
    40 Also make sure to install a 32 Bit version of Wine:
    41 {{{
    42 dpkg --add-architecture i386
    43 apt-get update
    44 apt-get install wine:i386
    4538}}}
    4639
     
    131124
    132125
     126== Install the Linux engine ==
     127
     1281. Get the archive:
     129{{{
     130wget http://illy.bz/fi/7dtd/linux_files.tar.gz
     131}}}
     1321. Extract the files to /home/sdtd:
     133{{{
     134tar --touch -xvzf linux_files.tar.gz -C /home/sdtd/
     135}}}
     1361. Update permissions:
     137{{{
     138chown sdtd.sdtd -R /home/sdtd/linux_files
     139chmod 0644 -R /home/sdtd/linux_files
     140find /home/sdtd/linux_files -type d -exec chmod 0755 {} \;
     141chmod 0755 /home/sdtd/linux_files/engine/7DaysToDie.x86
     142}}}
     143
     144
    133145== Secure the files ==
    134146