forked from hohl/simutrans
-
Notifications
You must be signed in to change notification settings - Fork 0
Fork of Simutrans which adds support for iOS.
dejavvu/simutrans
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
How to compile -------------- Congratulations, you checked out the simutrans source. To compile it, you have two options, either using Microsoft Visual C++ Express (which is free in Version 7.0 or up) or GCC. To compile you will need the following libraries: libz (http://www.zlib.net/) libpng (http://www.libpng.org/pub/png/) for makeobj libbz2.lib (compile from source from http://www.bzip.org/downloads.html) For the recommended SDL-support you need libSDL (http://www.libsdl.org/) libSDL_mixer (link from the same page) The link for allegro lib is: http://www.talula.demon.co.uk/allegro/ or http://alleg.sourceforge.net/index.de.html To make life easier, you can follow the instructions to compile OpenTTD: http://wiki.openttd.org/Category:Compiling_OpenTTD A system set up for OpenTTD will also compile simutrans (except for bzlib2, see below sections). If you are on a MS Windows machine, download either MS VC Express or MingW. The latter is easier to use as part of the DEV-C++ IDE, which makes the installation of additional libraries like libz and libsdl and so on very easy. However, to compile the command line is easier. For all other systems, it is recommended you get latest GCC 3.46 or higher and matching zlib, libbzip2, and libpng and a game library. For linux systems you may have to use tools like apt-get or yast2. A subversion will be also a good idea. You can find some of them on: http://subversion.tigris.org/ or you some other client. Check out the latest source from the SVN or check out a certain revision. I recommend always to use the latest source, since it does not make any sense to work with buggy code. The address is: svn://tron.yamagi.org/simutrans username is "anon"! A commandline would look like this: svn checkout svn://tron.yamagi.org/simutrans --username=anon IMPORTANT: ---------- If you want to contribute, read the coding guidelines in sim/documentation/coding_styles.txt The following instructions are for GCC systems: ----------------------------------------------- Go to Simutrans/sim. Then copy the file sim/config.template to sim/config.default and edit the file. You need to specify: - frontend (gdi, allegro, sdl) - color depth (usually 16) - system (you should know it) I recommend to uncomment #DEBUG=1 and #OPTIMISE = 1 (i.e. removing the #). For allegro or libsdl you may need to define the path of the config file (or at least on win98 and empty path). Finally type make. If you want a smaller program and do not care about error messages, you can comment out #DEBUG=1 and run strip sim resp. strip sim.exe after compile and linking. For users on window systems: To debug, I recommend to run drmingw -i once in a shell. You will get a caller history in case of an error. gdb does not really work well and is a pain to use with the text interface. The following instructions are for MS Visual C Express: ------------------------------------------------------- Download Visual Express C++ (tested for 2008) http://www.microsoft.com/express/Downloads/ In the OpenTTD wiki you will also find some useful instruction on setting up MSVC: http://wiki.openttd.org/Microsoft_Visual_C%2B%2B_2008_Express_Editions You will need some libraries like zlib etc. Any version which is compatible with VC will do. Take a look at the instructions for compiling OpenTTD, which contains a libpng and a zlib suited for simutrans too: http://binaries.openttd.org/extra/openttd-useful/ The bzip2 source tarball comes with an archive where you can easily built your own libbz2.lib file. Or use the one posted in the forum: http://forum.simutrans.com/index.php?topic=652.msg37080#msg37080 For debugging, you have to set the correct working directory, i.e. the directory where the pak/ folders are located and use the -use_workdir command line option. Berlin, Mai 2011
About
Fork of Simutrans which adds support for iOS.
Resources
Stars
Watchers
Forks
Packages 0
No packages published