summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorPatric Stout <truebrain@openttd.org>2019-03-04 21:38:24 +0100
committerPatric Stout <truebrain@openttd.org>2019-03-05 22:22:00 +0100
commit18b37e4b81202deea37461a162a5ea95084e2b09 (patch)
tree1008f7de2766572e15236f5d6fde004a919a0f02 /README.md
parent1c5ea330994f183438a47cafd382bfdb53b24888 (diff)
downloadopenttd-18b37e4b81202deea37461a162a5ea95084e2b09.tar.xz
Fix: mention Haiku in the README, including how to build
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/README.md b/README.md
index f69566fdf..05655852d 100644
--- a/README.md
+++ b/README.md
@@ -154,6 +154,7 @@ platforms are:
- DOS (Allegro)
- FreeBSD (SDL)
+- Haiku (SDL)
- Linux (SDL or Allegro)
- macOS (universal) (Cocoa video and sound drivers)
- OpenBSD (SDL)
@@ -545,6 +546,10 @@ However, for the first build one has to do a '`./configure`' first.
To make a universal binary type '`./configure --enabled-universal`'
instead of '`./configure`'.
+### Haiku:
+
+Use '`make`', but do a '`./configure`' before the first build.
+
### OS/2:
A comprehensive GNU build environment is required to build the OS/2 version.