summaryrefslogtreecommitdiff
path: root/readme.txt
diff options
context:
space:
mode:
authorcelestar <celestar@openttd.org>2007-03-05 09:35:45 +0000
committercelestar <celestar@openttd.org>2007-03-05 09:35:45 +0000
commitf8e7d0888552dac2546b4434a65fff9feff24f79 (patch)
treef3970974dfb7b522df3fcbbf1260193241300c27 /readme.txt
parente092b2d8c7514cc65887dd8d149bedd06ce73699 (diff)
downloadopenttd-f8e7d0888552dac2546b4434a65fff9feff24f79.tar.xz
(svn r9016) [SunOS] -Fix: Don't use a struct-member that doesn't exist.
-Documentation: Updated readme.txt for SunOS 5.10 (aka Solaris 10) Note: With this commit, building and running on Solaris 10 works, thus we officially support this OS now :)
Diffstat (limited to 'readme.txt')
-rw-r--r--readme.txt8
1 files changed, 8 insertions, 0 deletions
diff --git a/readme.txt b/readme.txt
index d024a1ed3..c5aa945e0 100644
--- a/readme.txt
+++ b/readme.txt
@@ -146,6 +146,14 @@ Windows:
You can also build it using the Makefile with MSYS/MinGW or Cygwin/MinGW.
Please read the Makefile for more information.
+Solaris 10:
+ You need g++ (version 3 or higher), together with SDL. Installation of
+ libpng and zlib is recommended. For the first build it is required
+ to execute "bash configure" first. Note that ./configure does not work
+ yet. It is likely that you don't have a strip binary, so use the
+ --disable-strip option in that case. Fontconfig (>2.3.0) and freetype
+ are optional. "make run" will then run the program.
+
Unix:
OpenTTD can be built with GNU "make". On non-GNU systems it's called "gmake".
However, for the first build one has to do a "./configure" first.