Changeset - r5397:7aa72d05cb9e
[Not reviewed]
master
0 1 0
bjarni - 18 years ago 2006-12-28 01:13:55
bjarni@openttd.org
(svn r7587) -Change: [OSX] updated readme about compiling a universal binary as the flag name changed, but didn't change in the readme
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
readme.txt
Show inline comments
 
@@ -145,25 +145,25 @@ Windows:
 

	
 
  You can also build it using the Makefile with MSYS/MinGW or Cygwin/MinGW.
 
  Please read the Makefile for more information.
 

	
 
Unix:
 
  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 X:
 
  Use "make" or Xcode (which will then call make for you)
 
	This will give you a binary for your CPU type (PPC/Intel)
 
	To make an universal binary type "make FAT_BINARY:=1"
 
	To make a universal binary type "make UNIVERSAL_BINARY:=1"
 

	
 
BeOS:
 
  Use "make".
 

	
 
FreeBSD:
 
  You need the port devel/sdl12 for a non-dedicated build.
 
  graphics/png is optional for screenshots in the PNG format.
 
  Use "gmake".
 

	
 
MorphOS:
 
  Use "make". Note that you need the MorphOS SDK, latest libnix updates (else
 
  C++ parts of OpenTTD will not build) and the powersdl.library SDK. Optionally
0 comments (0 inline, 0 general)