]> git.saurik.com Git - wxWidgets.git/blobdiff - debian/README.HowToBuild.txt
Revert "Show the name of the actually tested class in text entry unit tests."
[wxWidgets.git] / debian / README.HowToBuild.txt
index 06bfc5b1c369d4b80ad26f8072925098bf29cc03..29601fbf0ded0d81d9940959cc9939272aeb6cd2 100644 (file)
@@ -35,7 +35,7 @@ First, the debian/rules file is currently looking at the name of the
 toplevel source dir and extracting from it the flavour name (if
 present) for use in passing to --with-flavor configure flag.  (I'm
 considering changing how it finds this value for 2.7 so, for example,
-the debian packages could also be build from the wxPython source
+the debian packages could also be built from the wxPython source
 tarball...)  Second, since the build tools use the current source dir
 for creating the source package, you'll probably want to start with a
 clean source tree that has had unnecessary things removed from it.
@@ -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
 ----------------------------