2 - Installation
2.1 - What Operating Systems are supported
2.2 - What libraries are required
2.3 - How do I compile it
Transit Executive is a transportation simulation game.
The game is released under the BSD License.
Currently, Linux, Windows, FreeBSD and Mac OS X.
gcc/mingw: Run 'autoconf' to create the configure file, then run './configure' to create the Makefile. type 'make' and it should compile without any problems. If you have mingw, you can get autoconf from the msysDTK.
MSVC: Under construction.
Mac OS X: Get the required libraries from Fink. Make sure your environment variables are set correctly. You can read about it in the Fink FAQ. Type './configure' then edit the Makefile and remove '-lGL'. Type 'make', when it is compiled, you can type './transitexecutive' to run it.
If you are using CVS, you will need the data files. Extract this to the main 'te' directory and then you may run the 'transitexecutive' binary.