wxWidgets/README-GIT.md
Vadim Zeitlin dbd46881e6 Fix links to installation instructions in README-GIT.md
The extensions of these files have changed from .txt to .md, see
1b5e3649e5

Closes #18282.
2018-12-04 15:18:24 +01:00

790 B

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.

Before building from Git sources under Windows, you need to copy the file include/wx/msw/setup0.h to include/wx/msw/setup.h. This is necessary in order to allow having local modifications to the latter file without showing it as modified, as it is not under version control.

After doing this, please proceed with the build as with any official release, i.e. follow the instructions in the port-specific files, e.g. wxMSW, wxGTK, wxOSX and so on.