2017-12-17 13:29:41 -05:00
|
|
|
Building from Git Sources
|
|
|
|
-------------------------
|
|
|
|
|
|
|
|
Please use `--recurse-submodules` option with the initial `git clone`. If you
|
|
|
|
had already cloned the repository without this option, please run `git
|
|
|
|
submodule update --init` to also get all 3rd party libraries code.
|
|
|
|
|
2020-03-23 22:19:38 -04:00
|
|
|
Otherwise, building from Git checkout is not different from building
|
|
|
|
from the sources include into the releases, so please follow the usual
|
|
|
|
instructions in the port-specific files, such as
|
2018-12-04 09:18:24 -05:00
|
|
|
[wxMSW](docs/msw/install.md), [wxGTK](docs/gtk/install.md),
|
|
|
|
[wxOSX](docs/osx/install.md) and so on.
|