Document switch to submodules for 3rd party libraries

Update the build instructions and the change log.
This commit is contained in:
Vadim Zeitlin
2017-11-12 17:46:08 +01:00
parent e35f01384f
commit 4e593b9f06
2 changed files with 5 additions and 0 deletions

View File

@@ -2,6 +2,10 @@
How to build the sources from git How to build the sources from git
------------------------------------------------------------------------ ------------------------------------------------------------------------
When cloning the repository, use --recurse-submodules option. If you had
already cloned it without it, 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 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 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 necessary in order to allow having local modifications to the latter

View File

@@ -103,6 +103,7 @@ All:
- Fix wxRmdir() with non-ASCII paths (trivia21). - Fix wxRmdir() with non-ASCII paths (trivia21).
- Don't crash in wxFFile::Eof() or Error() on closed file (jprotopopov). - Don't crash in wxFFile::Eof() or Error() on closed file (jprotopopov).
- Add UTF-8 support to wxZipOutputStream (Tobias Taschner). - Add UTF-8 support to wxZipOutputStream (Tobias Taschner).
- Update all bundled 3rd party libraries to their latest versions.
All (GUI): All (GUI):