summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorPatric Stout <truebrain@openttd.org>2021-04-21 19:22:59 +0200
committerPatric Stout <github@truebrain.nl>2021-04-21 22:48:11 +0200
commit91644df491fa652f2490b158e9eb153d9d6bcfd0 (patch)
tree801567c6c2c0d60d3e1444a8cddbdd49eecc8da8 /README.md
parente53313391a77eacc23b9aac4a68b4ed0471e0271 (diff)
downloadopenttd-91644df491fa652f2490b158e9eb153d9d6bcfd0.tar.xz
Doc: update the supported platforms to match current master
Diffstat (limited to 'README.md')
-rw-r--r--README.md16
1 files changed, 7 insertions, 9 deletions
diff --git a/README.md b/README.md
index 14104e041..ee40e801b 100644
--- a/README.md
+++ b/README.md
@@ -46,15 +46,13 @@ OpenTTD has a [community-maintained wiki](https://wiki.openttd.org/), including
OpenTTD has been ported to several platforms and operating systems.
-The currently working platforms are:
-
-- FreeBSD (SDL)
-- Haiku (SDL)
-- Linux (SDL)
-- macOS (universal) (Cocoa video and sound drivers)
-- OpenBSD (SDL)
-- OS/2 (SDL)
-- Windows (Win32 GDI (faster) or SDL)
+The currently supported platforms are:
+
+- Linux (SDL (OpenGL and non-OpenGL))
+- macOS (universal) (Cocoa)
+- Windows (Win32 GDI / OpenGL)
+
+Other platforms may also work (in particular various BSD systems), but we don't actively test or maintain these.
### 1.3.1) Legacy support
Platforms, languages and compilers change.