From 36aa63f2fd5ca1b311fe62d0b1af7e118dde2b1f Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Sat, 8 Dec 2018 18:26:21 +0100 Subject: [PATCH] Slightly improve README wording Also add direct links to the installation instructions. --- README.md | 19 +++++++++++++------ 1 file changed, 13 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 3ec9d03626..b3c9bcb231 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ Platforms [![AppVeyor](https://img.shields.io/appveyor/ci/wxWidgets/wxWidgets/master.svg?label=Windows)](https://ci.appveyor.com/project/wxWidgets/wxwidgets) [![Travis](https://img.shields.io/travis/wxWidgets/wxWidgets/master.svg?label=Linux)](https://travis-ci.org/wxWidgets/wxWidgets) -wxWidgets currently supports the following primary platforms: +This version of wxWidgets supports the following primary platforms: - Windows XP, Vista, 7, 8 and 10 (32/64 bits). - Most Unix variants using the GTK+ toolkit (version 2.6 or newer or 3.x). @@ -49,25 +49,32 @@ Building -------- For building the library, please see platform-specific documentation under -`docs/` directory. +`docs/` directory, e.g. here are the instructions for +[wxGTK](docs/gtk/install.md), [wxMSW](docs/msw/install.md) and +[wxOSX](docs/osx/install.md). If you're building the sources checked out from Git, and not from a released -versions, please see these additional [Git-specific notes](README-GIT.md). +version, please see these additional [Git-specific notes](README-GIT.md). Further information ------------------- -If you are looking for support, you can get it from +If you are looking for community support, you can get it from - [Mailing Lists](https://www.wxwidgets.org/support/mailing-lists/) - [Discussion Forums](https://forums.wxwidgets.org/) - [#wxwidgets IRC channel](https://www.wxwidgets.org/support/irc/) - [Stack Overflow](https://stackoverflow.com/questions/tagged/wxwidgets) (tag your questions with `wxwidgets`) -- Please report bugs at https://trac.wxwidgets.org/newticket +- And you can report bugs at https://trac.wxwidgets.org/newticket -We would also gladly welcome [your contributions](.github/CONTRIBUTING.md). +[Commercial support](https://www.wxwidgets.org/support/commercial/) is also +available. + +Finally, keep in mind that wxWidgets is an open source project collaboratively +developed by its users and your contributions to it are always welcome. Please +check [our guidelines](.github/CONTRIBUTING.md) if you'd like to do it. Have fun!