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:
@@ -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
|
||||
|
Reference in New Issue
Block a user