Commit graph

8 commits

Author SHA1 Message Date
Vadim Zeitlin
30994678c4 Reduce the degree of make parallelism in examples
And add a warning to not do this if it's not supported.
2023-12-12 20:10:40 +01:00
Vadim Zeitlin
1d9fe90224 Add section about building release Mac libraries
This doesn't seem to be documented anywhere else, but is rather
important to know.
2023-12-11 18:49:29 +01:00
Vadim Zeitlin
8d8ee12683 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.
2023-12-11 18:43:20 +01:00
Vadim Zeitlin
209ce24b85 Recommend using parallel make when building wxWidgets
This should help at least some people spend less time waiting.
2023-12-11 18:38:22 +01:00
Tobias Taschner
1666f58bc6
Change documentation references from OS X to macOS (#1927)
Since OS X 10.12 it has been named macOS so it makes sense
to reference it in documentation as such, even when it
sometimes refers to older versions which were called (Mac) OS X.
2020-07-04 22:08:24 +02:00
Vadim Zeitlin
456743666c Remove the section about universal binaries from macOS docs
This is not relevant any longer, all supported macOS versions support
x86-64 binaries and the latest ones don't support anything else, so
there is no need to create i386 binaries any more (and PPC ones don't
work since ages).
2019-10-26 18:16:52 +02:00
Vadim Zeitlin
7ec0d640ca Clarify library installation instructions for macOS
Don't explain how to install the library first only to say that it
shouldn't be done afterwards.

Also separate the discussion of installing and distributing the
libraries.

Closes #16316.
2019-10-26 18:15:32 +02:00
Tobias Taschner
1b5e3649e5
Integrate MSW, OS X and iOS build instructions into doxygen
Make build instructions available in doxygen but keep the old
folder structure.
2018-10-03 19:17:14 +02:00
Renamed from docs/osx/install.txt (Browse further)