diff options
author | Brad King <brad.king@kitware.com> | 2017-06-13 11:49:49 -0400 |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2017-06-13 13:05:51 -0400 |
commit | bf2e4bfbaabaa5621791b35ea5da7d7e5c141d8b (patch) | |
tree | 5ec7b0baac6413e5c94c2b598a3a133f3a0b7c39 /README.rst | |
parent | d025faf436c86ee9cc033fbb324a9bc2c18757fa (diff) | |
download | cmake-bf2e4bfbaabaa5621791b35ea5da7d7e5c141d8b.tar.gz |
README: Update list of supported platforms
Convert to a bullet list. Drop platforms for which we no longer have
nightly testing.
Diffstat (limited to 'README.rst')
-rw-r--r-- | README.rst | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/README.rst b/README.rst index 4188ea04c1..d5acd4a7c0 100644 --- a/README.rst +++ b/README.rst @@ -30,7 +30,13 @@ Building CMake Supported Platforms ------------------- -MS Windows, Mac OS X, Linux, FreeBSD, Solaris, HP-UX, IRIX, BeOS, QNX +* Microsoft Windows +* Apple macOS +* Linux +* FreeBSD +* OpenBSD +* Solaris +* HP-UX Other UNIX-like operating systems may work too out of the box, if not it should not be a major problem to port CMake to this platform. |