Link Git-specific notes from the main README
Rename BuildGit.txt to README-GIT.md, which is a more standard name, and a better format for viewing this file online, e.g. from GitHub Web UI, and link it from the main README to make it easier to find.
This commit is contained in:
parent
f66fb07ce7
commit
3ee52836c6
3 changed files with 27 additions and 17 deletions
17
README-GIT.md
Normal file
17
README-GIT.md
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
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](docs/msw/install.txt), [wxGTK](docs/gtk/install.txt),
|
||||
[wxOSX](docs/osx/install.txt) and so on.
|
||||
Loading…
Add table
Add a link
Reference in a new issue