Ci-dessous, les différences entre deux révisions de la page.
Les deux révisions précédentesRévision précédenteProchaine révision | Révision précédente | ||
en:installation [2015/02/18 11:05] – édition externe 127.0.0.1 | en:installation [2024/06/15 02:27] (Version actuelle) – modification externe 127.0.0.1 | ||
---|---|---|---|
Ligne 24: | Ligne 24: | ||
Addons from SNFOS are made for pak128, you will find download information on [[en: | Addons from SNFOS are made for pak128, you will find download information on [[en: | ||
- | ===== V.Install | + | ===== V.Installing |
- | Once you downloaded Simutrans and at least one pakset, put the packed files in the folder where you want to install simutrans (often programs or program files in windows) then unpack them. | + | ====== Windows ====== |
+ | Once you have downloaded Simutrans and at least one pakset, put the compressed files in the directory you to have Simutrans installed in (commonly " | ||
- | <WRAP help>To easily | + | <WRAP help>In order to unpack |
+ | Paksets must be placed in the directory called " | ||
- | The paksets | + | <WRAP info> |
+ | <WRAP tip> | ||
- | <WRAP info> | + | ====== Linux ====== |
- | < | + | First, follow the same steps as for Windows (see the previous section), provided you downloaded a release for linux of course. |
+ | |||
+ | Simutrans would ideally but unlikely run without problems. If you are experiencing problems, it's because some dependancies are missing. | ||
+ | |||
+ | < | ||
+ | |||
+ | Anyway, given the diversity and the fast evolving nature of linux systems, these explanations may be not 100% up to date or accurate.</ | ||
+ | |||
+ | If you have a 64 bits version of Linux and had to download a 32 bits version of Simutrans, you have to install a library allowing to run 32 bits programs under 64 bits system: | ||
+ | |||
+ | sudo apt-get install lib32z1 | ||
+ | |||
+ | Then, try to run Simutrans from a terminal and read the error messages you get, they tell you the missing libraries to install. | ||
+ | |||
+ | <WRAP warning> | ||
+ | |||
+ | These are the two most commonly missing libraries and how to install them: | ||
+ | |||
+ | sudo apt-get install libbz2-1.0 | ||
+ | sudo apt-get install libsdl1.2debian | ||
+ | |||
+ | If you have to install them on a 64 bits linux for a 32 bits Simutrans, you have: | ||
+ | |||
+ | sudo apt-get install libbz2-1.0: | ||
+ | sudo apt-get install libsdl1.2debian: | ||