Add new "Installation" page to the manual

Currently this simply links to the existing port-specific installation
instructions, but this should provide a less confusing and more
prominent entry point than the existing topics.
This commit is contained in:
Vadim Zeitlin
2021-04-11 14:17:54 +02:00
parent cf2bb21885
commit b963ce0583
3 changed files with 85 additions and 1 deletions

View File

@@ -14,6 +14,9 @@
This page shows a very simple wxWidgets program that can be used as a skeleton
for your own code. While it does nothing very useful, it introduces a couple of
important concepts and explains how to write a working wxWidgets application.
Trying building and running this application is also a good way of checking
that wxWidgets is correctly installed on your system. And if you haven't
installed wxWidgets yet, please @ref overview_install "do it first".
Note that this simple example creates the UI entirely from C++ code which is
fine for a simple example, but more realistic examples will typically define