Update Bakefile instructions to mention Docker

See #24702.

(cherry picked from commit 824bb5c03a)
This commit is contained in:
Václav Slavík
2024-07-15 23:22:37 +02:00
committed by Vadim Zeitlin
parent 51094c6f0a
commit b8e09680fc
2 changed files with 7 additions and 1 deletions
+1 -1
View File
@@ -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