summaryrefslogtreecommitdiff
path: root/readme.txt
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2008-11-26 13:12:45 +0000
committerrubidium <rubidium@openttd.org>2008-11-26 13:12:45 +0000
commita614dd717420b3713f629f8eabe5607c550dedcd (patch)
treec580b06966266044ef5c0a54b557d872556e989d /readme.txt
parentbb25748a9dfb150b5168af8bffb961335032db6c (diff)
downloadopenttd-a614dd717420b3713f629f8eabe5607c550dedcd.tar.xz
(svn r14636) -Add: DOS port of OpenTTD, without network support though.
Diffstat (limited to 'readme.txt')
-rw-r--r--readme.txt17
1 files changed, 14 insertions, 3 deletions
diff --git a/readme.txt b/readme.txt
index bdc6d3d90..31f4fd20b 100644
--- a/readme.txt
+++ b/readme.txt
@@ -73,14 +73,15 @@ OpenTTD has been ported to several platforms and operating systems. It shouldn't
be very difficult to port it to a new platform. The currently working platforms
are:
- BeOS - SDL
+ BeOS - SDL or Allegro
+ DOS - Allegro
FreeBSD - SDL
- Linux - SDL
+ Linux - SDL or Allegro
MacOS X (universal) - Cocoa video and sound drivers (SDL works too, but not 100% and not as a universal binary)
MorphOS - SDL
OpenBSD - SDL
OS/2 - SDL
- Windows - Win32 GDI (faster) or SDL
+ Windows - Win32 GDI (faster) or SDL or Allegro
4.0) Installing and running OpenTTD:
@@ -298,6 +299,16 @@ OS/2:
A comprehensive GNU build environment is required to build the OS/2 version.
See the docs/Readme_OS2.txt file for more information.
+DOS:
+ A build environment with DJGPP is needed as well as libraries such as
+ Allegro, zlib and libpng, which all can be downloaded from the DJGPP
+ website. Compilation is straight forward: use make, but do a "./configure"
+ before the first build. The build binary will need cwsdpmi.exe to be in
+ the same directory as the openttd executable. cwsdpmi.exe can be found in
+ the os/dos subdirectory. If you compile with stripping turned on a binary
+ will be generated that does not need cwsdpmi.exe by adding the cswdstub.exe
+ to the created OpenTTD binary.
+
8.0) Translating:
---- -------------------