Document switch to submodules for 3rd party libraries
Update the build instructions and the change log.
This commit is contained in:
@@ -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
|
||||||
|
@@ -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):
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user