diff --git a/build/bakefiles/README b/build/bakefiles/README index 766d513abc..aa63243659 100644 --- a/build/bakefiles/README +++ b/build/bakefiles/README @@ -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. diff --git a/docs/contributing/how-to-add-files-to-build-system.md b/docs/contributing/how-to-add-files-to-build-system.md index e5f716d93e..ee163511c5 100644 --- a/docs/contributing/how-to-add-files-to-build-system.md +++ b/docs/contributing/how-to-add-files-to-build-system.md @@ -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