From 33cb18f5e1cdb172cb280ca6bf1cd68b55f845a5 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Sun, 9 Dec 2018 16:21:40 +0100 Subject: [PATCH] Link to the installation instructions from the main manual page Installation is traditionally the worst (or at least the first) problem for new wxWidgets users, so make it simpler to find these instructions. --- docs/doxygen/mainpages/manual.h | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/docs/doxygen/mainpages/manual.h b/docs/doxygen/mainpages/manual.h index 5251aebe80..f7b0866269 100644 --- a/docs/doxygen/mainpages/manual.h +++ b/docs/doxygen/mainpages/manual.h @@ -16,18 +16,17 @@ @date December 10, 2018 -@n - Welcome to wxWidgets, a stable and powerful open source framework for developing native cross-platform GUI applications in C++! -@n - If you are new to wxWidgets, please start with the @ref page_introduction -and follow with the @ref page_topics, with maybe a look at -@ref page_samples as you go. If you are already familiar with wxWidgets, -please read about @ref overview_changes_since28 "the changes" in the latest -version compared to 2.8 series. And you can also follow the links in the +and follow with the @ref page_topics, with maybe a look at @ref page_samples as +you go. Installation instructions for various platforms are available from the +@ref page_port page. + +If you are already familiar with wxWidgets and are upgrading from an older +release, please read about @ref overview_changes_since28 "the changes" in the +latest version compared to 2.8 series. And you can also follow the links in the reference section or jump directly to the alphabetical list of classes to find out more about the topic you are interested in.