Link to "getting the sources" from wxGTK build instructions
This should help people who check out the repository without submodules. It's a bit circular, as the target of the link links back to this page itself, but doing anything else would require much deeper reorganization that can't be done now. Closes #23683.
This commit is contained in:
parent
94cd26ed0a
commit
22a3a2fa66
2 changed files with 3 additions and 2 deletions
|
|
@ -49,7 +49,7 @@ about using [vcpkg][] C++ package manager for installing wxWidgets.
|
||||||
Building from Source
|
Building from Source
|
||||||
--------------------
|
--------------------
|
||||||
|
|
||||||
### Getting the sources
|
### Getting the sources {#install_get_sources}
|
||||||
|
|
||||||
To build the library you need to get its sources first. The recommended way to
|
To build the library you need to get its sources first. The recommended way to
|
||||||
do it is to use Git to check them out from the official wxWidgets repository
|
do it is to use Git to check them out from the official wxWidgets repository
|
||||||
|
|
|
||||||
|
|
@ -11,7 +11,8 @@ The simplest case {#gtk_simple}
|
||||||
-------------------
|
-------------------
|
||||||
|
|
||||||
If you compile wxWidgets on Linux for the first time and don't like to read
|
If you compile wxWidgets on Linux for the first time and don't like to read
|
||||||
install instructions just do the following in wxWidgets directory:
|
install instructions just [get the sources](@ref install_get_sources) and do
|
||||||
|
the following in wxWidgets directory:
|
||||||
|
|
||||||
$ mkdir buildgtk
|
$ mkdir buildgtk
|
||||||
$ cd buildgtk
|
$ cd buildgtk
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue