summaryrefslogtreecommitdiff
path: root/docs/Readme_OS2.txt
diff options
context:
space:
mode:
authortruelight <truelight@openttd.org>2004-12-23 15:08:53 +0000
committertruelight <truelight@openttd.org>2004-12-23 15:08:53 +0000
commit3f87f29a81c8adb98edd1acd70c790e64d604757 (patch)
tree6a84909c207340aa20a175f820ce98b80bac4e16 /docs/Readme_OS2.txt
parenta9bb5be49d8b6b26a78b315aceeed972554b46dc (diff)
downloadopenttd-3f87f29a81c8adb98edd1acd70c790e64d604757.tar.xz
(svn r1249) -Fix: new files in the last commit had double content
Diffstat (limited to 'docs/Readme_OS2.txt')
-rw-r--r--docs/Readme_OS2.txt48
1 files changed, 0 insertions, 48 deletions
diff --git a/docs/Readme_OS2.txt b/docs/Readme_OS2.txt
index 97b80fe2a..2ef9d0e18 100644
--- a/docs/Readme_OS2.txt
+++ b/docs/Readme_OS2.txt
@@ -46,51 +46,3 @@ If you have any questions, please contact me (owen@owenrudge.net) and I'll try t
- Owen Rudge, 18th December 2004
-OpenTTD: OS/2 version ** CURRENTLY INCOMPLETE **
-=====================
-
-OpenTTD has been ported to work on OS/2 4.x or later (including eComStation). At the moment, it does not work properly, but it
-can compile and work to an extent.
-
-Compiler
---------
-
-Open Watcom 1.3 was used to build OpenTTD (earlier versions will NOT work). See http://www.openwatcom.org/ to download it.
-It may also be possible to build OpenTTD under OS/2: I attempted this before using Open Watcom, but found the tools available
-for OS/2 at the time to be a bit more tricky to get working.
-
-Due to complexities in my set-up, I actually used the Win32 version of Open Watcom to initially compile OpenTTD for OS/2. There
-should be no reason of course why the OS/2 version cannot be used.
-
-Libraries Required
-------------------
-
-The following libraries are required. To build zlib and libpng, I simply added the required files (watch out for sample
-programs, etc) to an IDE project file and built a library:
-
-- zlib
- http://www.zlib.org/ - contains a makefile for OS/2, but is out of date and uses EMX
-
-- libpng
- http://www.libpng.org/ - contains an EMX/gcc makefile
-
-- SDL for OS/2
- I used ftp://ftp.netlabs.org/pub/sdl/SDL-1.2.7-src-20040908a.zip - take SDL.dll and SDL.lib from the src/ directory.
-
-Note that to use the compiled program, you also need FSLib.dll (from src/ in the SDL zip) and a version of the Scitech
-Display Drivers or its later incarnation (see www.scitech.com).
-
-Compiling
----------
-
-To compile, open the os/os2/openttd.wpj file in the IDE and build the openttd.exe target.
-
-TODO: compilation of language files properly
-
-
-** THESE DOCS ARE INCOMPLETE FOR THE MOMENT, WILL BE COMPLETED SOON **
-
-If you have any questions, please contact me (owen@owenrudge.net) and I'll try to help you out
-
-- Owen Rudge, 18th December 2004
-