mirror of
https://github.com/wxWidgets/wxWidgets.git
synced 2026-09-23 23:13:12 +08:00
Update Bakefile instructions to mention Docker
See #24702.
(cherry picked from commit 824bb5c03a)
This commit is contained in:
committed by
Vadim Zeitlin
parent
51094c6f0a
commit
b8e09680fc
@@ -1,5 +1,5 @@
|
||||
|
||||
This directory contains Bakefile (see http://bakefile.sourceforge.net)
|
||||
This directory contains Bakefile (see https://www.bakefile.org)
|
||||
files needed to generate native makefiles for wxWidgets library and
|
||||
samples.
|
||||
|
||||
|
||||
@@ -16,6 +16,12 @@ the `bakefile_gen` tool. Run it from `$(wx)/build/bakefiles` directory and it wi
|
||||
regenerate all outdated makefiles. See `$(wx)/build/bakefiles/README` for more
|
||||
details.
|
||||
|
||||
You can also run Bakefile from a Docker or Podman container and avoid the need
|
||||
to install it (expanding "$(wx)" to be the path to wx install):
|
||||
|
||||
docker run --rm -v $(wx):$(wx) -w `pwd`
|
||||
ghcr.io/vslavik/bakefile:0.2 bakefile_gen
|
||||
|
||||
Note that it generates makefiles for samples, too.
|
||||
|
||||
IMPORTANT NOTE: Don't forget to run autoconf in wxWidgets root directory
|
||||
|
||||
Reference in New Issue
Block a user