Changes between Version 11 and Version 12 of Installation
- Timestamp:
- Jun 2, 2014, 3:05:11 AM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Installation
v11 v12 36 36 {{{ 37 37 apt-get install lib32gcc1 38 }}}39 40 Also make sure to install a 32 Bit version of Wine:41 {{{42 dpkg --add-architecture i38643 apt-get update44 apt-get install wine:i38645 38 }}} 46 39 … … 131 124 132 125 126 == Install the Linux engine == 127 128 1. Get the archive: 129 {{{ 130 wget 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 133 145 == Secure the files == 134 146