(svn r1634) Update readme: JAM support has been removed, also be more precise which version of SDL is needed to compile
authortron
Mon, 24 Jan 2005 07:18:45 +0000
changeset 1133 67bf31b357bb
parent 1132 7378651941bf
child 1134 cdaa9f6a7d73
(svn r1634) Update readme: JAM support has been removed, also be more precise which version of SDL is needed to compile
readme.txt
--- a/readme.txt	Mon Jan 24 00:36:22 2005 +0000
+++ b/readme.txt	Mon Jan 24 07:18:45 2005 +0000
@@ -137,17 +137,15 @@
   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".