mirror of https://github.com/OpenTTD/OpenTTD
(svn r1634) Update readme: JAM support has been removed, also be more precise which version of SDL is needed to compile
parent
a9e789fa02
commit
ad6cc5a12d
|
@ -137,17 +137,15 @@ Windows:
|
||||||
Please read the Makefile for more information.
|
Please read the Makefile for more information.
|
||||||
|
|
||||||
Unix:
|
Unix:
|
||||||
OpenTTD can be built either with "make" or with "jam". To build with
|
OpenTTD can be built with GNU "make". On non-GNU systems it's called "gmake".
|
||||||
"make", just type "make", or "gmake" on non-gnu systems. To build with "jam",
|
Note that you need SDL-devel 1.2.5 (or higher) to compile OpenTTD.
|
||||||
first run "./configure" and then "jam". Note that you need SDL to compile
|
|
||||||
OpenTTD.
|
|
||||||
(see also docs/Readme_Mandrake_Linux.txt)
|
(see also docs/Readme_Mandrake_Linux.txt)
|
||||||
|
|
||||||
MacOS:
|
MacOS:
|
||||||
Use "make".
|
Use "make".
|
||||||
|
|
||||||
BeOS:
|
BeOS:
|
||||||
Use "jam".
|
Use "make".
|
||||||
|
|
||||||
FreeBSD
|
FreeBSD
|
||||||
Use "gmake".
|
Use "gmake".
|
||||||
|
|
Loading…
Reference in New Issue