Ci-dessous, les différences entre deux révisions de la page.
Les deux révisions précédentes Révision précédente | |
lokigames [2025/09/27 18:01] – [GTK+ 1.2] twolife | lokigames [2025/09/27 18:06] (Version actuelle) – [Architecture detection] twolife |
---|
| |
==== Architecture detection ==== | ==== Architecture detection ==== |
Most of the Loki installer/updater programs performs a check to see if your system is compatible with the game, ie: if you are not using an outdated system based on libc5 (the migration to glibc2/libc6 happened 25 years ago now). | Most of the Loki installer/updater programs performs a check to see if your system is compatible with the game, ie: if you are not using an outdated system based on libc5 (the migration to glibc2/libc6 happened <del>20</del> 25 years ago now). |
| |
But now your system is completely different, chances are the checked file doesn't even exist. Ex: on Debian/Ubuntu, ''/lib/libc.so.6'' doesn't exist and we fail the test, so we need to create this file with the following content: | But now your system is completely different, chances are the checked file doesn't even exist. Ex: on Debian/Ubuntu, ''/lib/libc.so.6'' doesn't exist and we fail the test, so we need to create this file with the following content: |