Recommend building just "minimal" sample

Don't tell people to build all the samples and demos because this takes
time and some of them are badly outdated. Do tell them to build and run
the minimal one to check that things work as intended.

Also remove links to the wiki from wxOSX instructions, there is not much
useful from non-archaeological point of view there.
This commit is contained in:
Vadim Zeitlin 2023-12-11 18:43:20 +01:00
parent 209ce24b85
commit 8d8ee12683
2 changed files with 17 additions and 14 deletions

View file

@ -29,8 +29,15 @@ on modern systems. So in practice you should use a command like this:
You may also prefer to add `-s` option to avoid normal output from make and/or
redirect it you to a log file for further inspection.
You should build at least the smallest possible wxWidgets sample to verify that
everything is working as intended, by doing
If you want to install wxWidgets, please also run
$ cd samples/minimal
$ make
and try running it using `./minimal` command from the same directory.
After confirming that it works, you may want to install wxWidgets by running
$ sudo make install
$ sudo ldconfig