mirror of
https://github.com/wxWidgets/Phoenix.git
synced 2026-01-06 12:00:13 +01:00
Recursive submodule updates are needed now.
This commit is contained in:
@@ -79,8 +79,7 @@ you will need to do an additional step. The git repository is set up to bring
|
|||||||
in the wxWidgets code as a git "submodule" so after cloning the Phoenix
|
in the wxWidgets code as a git "submodule" so after cloning the Phoenix
|
||||||
repository, you can get the wxWidgets source with these commands::
|
repository, you can get the wxWidgets source with these commands::
|
||||||
|
|
||||||
$ git submodule init
|
$ git submodule update --init --recursive
|
||||||
$ git submodule update
|
|
||||||
|
|
||||||
This will clone the wxWidgets repo into: ``Phoenix/ext/wxWidgets``. Once the
|
This will clone the wxWidgets repo into: ``Phoenix/ext/wxWidgets``. Once the
|
||||||
submodule is updated, the build script should be able to build wxWidgets.
|
submodule is updated, the build script should be able to build wxWidgets.
|
||||||
@@ -91,8 +90,8 @@ details. However be aware that doing so will require a wxWidgets that is
|
|||||||
**very** close to the same age as the Phoenix code, at least for the
|
**very** close to the same age as the Phoenix code, at least for the
|
||||||
unreleased preview snapshots. In other words, the wxWidgets build should use
|
unreleased preview snapshots. In other words, the wxWidgets build should use
|
||||||
code from the wxWidgets source repository within a few days of when the
|
code from the wxWidgets source repository within a few days of when the
|
||||||
Phoenix code was checked out. Currently Phoenix is expecting to be used with
|
Phoenix code was checked out. Currently the master branch of Phoenix is
|
||||||
a wxWidgets built from the ``WX_3_0_BRANCH`` git branch.
|
tracking the master branch of wxWidgets.
|
||||||
|
|
||||||
On the other hand, it is probably best to just let wxPython build and bundle
|
On the other hand, it is probably best to just let wxPython build and bundle
|
||||||
wxWidgets. The build tools will by default build wxWidgets in a way that
|
wxWidgets. The build tools will by default build wxWidgets in a way that
|
||||||
|
|||||||
Reference in New Issue
Block a user