added a tiny script to build both ANSI and Unicode debian packages

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43966 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2006-12-13 13:14:40 +00:00
parent 172d83f4ea
commit 31a8ceaf5f
2 changed files with 57 additions and 0 deletions

View File

@@ -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
----------------------------