mirror of https://github.com/OpenTTD/OpenTTD
(svn r3493) -docs: [OSX] forgot to add Cocoa drivers and universal binaries as supported (thanks to Tobin for noticing)
parent
e2df07ec05
commit
a092ee463f
|
@ -74,7 +74,7 @@ are:
|
||||||
BeOS - SDL
|
BeOS - SDL
|
||||||
FreeBSD - SDL
|
FreeBSD - SDL
|
||||||
Linux - SDL
|
Linux - SDL
|
||||||
Mac OS X - SDL
|
MacOS X (universal) - Cocoa video and sound drivers (SDL works too, but not 100% and not as a universal binary)
|
||||||
MorphOS - SDL
|
MorphOS - SDL
|
||||||
OS/2 - SDL
|
OS/2 - SDL
|
||||||
Windows - Win32 GDI (faster) or SDL
|
Windows - Win32 GDI (faster) or SDL
|
||||||
|
@ -152,8 +152,8 @@ Unix:
|
||||||
Note that you need SDL-devel 1.2.5 (or higher) to compile OpenTTD.
|
Note that you need SDL-devel 1.2.5 (or higher) to compile OpenTTD.
|
||||||
(see also docs/Readme_Mandrake_Linux.txt)
|
(see also docs/Readme_Mandrake_Linux.txt)
|
||||||
|
|
||||||
MacOSX:
|
MacOS X:
|
||||||
Use "make".
|
Use "make" or Xcode (which will then call make for you)
|
||||||
This will give you a binary for your CPU type (PPC/Intel)
|
This will give you a binary for your CPU type (PPC/Intel)
|
||||||
To make an universal binary type "make FAT_BINARY:=1"
|
To make an universal binary type "make FAT_BINARY:=1"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue