 
			 
			 
			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 [2013/08/27 18:40] – gauthier | en:installation [2024/06/15 00:27] (Version actuelle) – modification externe 127.0.0.1 | ||
|---|---|---|---|
| Ligne 20: | Ligne 20: | ||
| ===== IV.Download a pakset ===== | ===== IV.Download a pakset ===== | ||
| - | There are several paksets | + | There are several paksets | 
| - | ==== pak128 | + | Addons from SNFOS are made for pak128, you will find download information on [[en: | 
| - | It's the pakset which has the most graphics, it's well playable and just awesome. | + | ===== V.Installing ===== | 
| - | ==== pak64 ==== | + | ====== Windows ====== | 
| - | The fist pakset | + | Once you have downloaded Simutrans and at least one pakset, put the compressed files in the directory you to have Simutrans | 
| - | ==== pak96 Comic ==== | + | <WRAP help>In order to unpack a compressed file, you can use a free version of winrar or 7zip for instance.</ | 
| - | This pakset got simple graphics inspired | + | Paksets must be placed in the directory called " | 
| - | ==== pak128 Britain ==== | + | <WRAP info> | 
| - | Its graphics are dull colored which remains | + | <WRAP tip> | 
| - | ==== pak128 Japan ==== | + | ====== Linux ====== | 
| - | The pak japan was developed by the Japanese Simutrans' | + | First, follow | 
| - | These are the main paksets, you can find a complete list on [[http:// | + | Simutrans would ideally but unlikely run without problems. If you are experiencing problems, it's because some dependancies are missing. | 
| - | ===== V.Install ===== | + | <WRAP important> | 
| - | Once you downloaded Simutrans and at least one pakset, put the packed files in the folder where you want to install simutrans (often programs | + | 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: | ||
| - | <WRAP help>To easily unpack or pack files/ | + | 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. | ||
| - | The paksets have to be in simutrans folder. Then launch | + | <WRAP warning> | 
| + | These are the two most commonly missing libraries and how to install them: | ||
| - | <WRAP info> | + | 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: | ||