summaryrefslogtreecommitdiff
path: root/readme.txt
diff options
context:
space:
mode:
authortron <tron@openttd.org>2005-01-24 07:18:45 +0000
committertron <tron@openttd.org>2005-01-24 07:18:45 +0000
commitad6cc5a12df523dcf839b1b29cccd3bccef8c1a4 (patch)
treef54946141511eaafb29fbaef540e44eb599e076d /readme.txt
parenta9e789fa021b842f84a06afa7b280877a4c20be9 (diff)
downloadopenttd-ad6cc5a12df523dcf839b1b29cccd3bccef8c1a4.tar.xz
(svn r1634) Update readme: JAM support has been removed, also be more precise which version of SDL is needed to compile
Diffstat (limited to 'readme.txt')
-rw-r--r--readme.txt8
1 files changed, 3 insertions, 5 deletions
diff --git a/readme.txt b/readme.txt
index db037cec8..e9b5630a8 100644
--- a/readme.txt
+++ b/readme.txt
@@ -137,17 +137,15 @@ Windows:
Please read the Makefile for more information.
Unix:
- OpenTTD can be built either with "make" or with "jam". To build with
- "make", just type "make", or "gmake" on non-gnu systems. To build with "jam",
- first run "./configure" and then "jam". Note that you need SDL to compile
- OpenTTD.
+ OpenTTD can be built with GNU "make". On non-GNU systems it's called "gmake".
+ Note that you need SDL-devel 1.2.5 (or higher) to compile OpenTTD.
(see also docs/Readme_Mandrake_Linux.txt)
MacOS:
Use "make".
BeOS:
- Use "jam".
+ Use "make".
FreeBSD
Use "gmake".