Add a text file to be shown after finishing wxMSW installation

We used docs/msw/install.txt for this previously, but it was too long to
be comfortably viewed in the installation wizard and also incidentally
doesn't exist any more, so add a new, short file just referring the user
to its replacement.
This commit is contained in:
Vadim Zeitlin
2018-12-09 16:38:32 +01:00
parent 653f9b14f0
commit f456f52493
2 changed files with 10 additions and 3 deletions

9
docs/msw/setup_after.txt Normal file
View File

@@ -0,0 +1,9 @@
wxWidgets was installed successfully!
Please note: before using wxWidgets in your application,
you must build the library using the same compiler you
use for building your program.
Please see docs/msw/install.md file in the installation
directory for the detailed instructions about how to build
wxWidgets and use it from your application.