X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/690c6e8eef84c1217bc928cd18396eacede12a42..3c01c5951189e13b8b4a5d7b288b54d4a57a30f8:/debian/README.HowToBuild.txt diff --git a/debian/README.HowToBuild.txt b/debian/README.HowToBuild.txt index e32f0eb541..29601fbf0d 100644 --- a/debian/README.HowToBuild.txt +++ b/debian/README.HowToBuild.txt @@ -134,7 +134,7 @@ this: To also make a set of test binaries you can do this: - fakeroot ./debian/rules binaries + fakeroot ./debian/rules binary To clean up from prior builds you can do this: @@ -149,6 +149,14 @@ When finished the binary and source packages will be left in the parent dir of the source tree. +Automating the process +---------------------- + +The script debian/build_all automates the above stepds and builds both +wxWidgets and wxPython packages in both ANSI and Unicode modes. You should do +the build manually at least the first time however to make sure you have all +the prerequisites and the build doesn't fail. + Other Sources of Information ----------------------------