]> git.saurik.com Git - wxWidgets.git/blobdiff - debian/README.Debian
compilation fix for wxUSE_STL==1
[wxWidgets.git] / debian / README.Debian
index 84b74790152e69b0c95b7d15d8ac2236881895a5..de079f50a8c8f39ee0deb66b68036184a5359ce2 100644 (file)
@@ -1,13 +1,10 @@
-wxwindows for Debian
+wxwidgets for Debian
 ----------------------
 
 ----------------------
 
-The following packages are built from the wxWindows CVS source.
+The following packages are built from the wxWidgets CVS source.
 
 
-libwxbase              wxBase runtime shared libraries
-libwxbase-dev          extra files and static libs for building wxBase apps
-libwxbase-dbg          wxBase libraries built with -g and __WXDEBUG__
-
-libwxgtk               wxGTK runtime shared libraries
+libwxgtk               wxGTK runtime shared libraries, including selected
+                       contrib libs.
 libwxgtk-dev           extra files and static libs for building wxGTK apps
 libwxgtk-dbg           wxGTK libraries built with -g and __WXDEBUG__
 
 libwxgtk-dev           extra files and static libs for building wxGTK apps
 libwxgtk-dbg           wxGTK libraries built with -g and __WXDEBUG__
 
@@ -15,24 +12,21 @@ libwxgtk-python             Python binding to wxGTK  (from 2.2.3 onward, this
                        obsoletes the libwxgtk-python-contrib package as
                        all python modules are built into a single monolith)
 
                        obsoletes the libwxgtk-python-contrib package as
                        all python modules are built into a single monolith)
 
-wxwin-contrib          wxWin contrib runtime shared libs (built with wxGTK)
-wxwin-contrib-dev      extra files and static contrib libs for building apps
-
-wxwin-headers          common header files for building wxWindows apps
-wxwin-doc              HTML version of the wxWindows manual
-wxwin-examples         wxWindows and wxPython demos and samples (source)
-wxwin-i18n             message catalogs for native language support
+wx-headers             common header files for building wxWidgets apps
+wx-doc                 HTML version of the wxWidgets manual
+wx-examples            wxWidgets and wxPython demos and samples (source)
+wx-i18n                        message catalogs for native language support
 
 
 
 
-       The following three can be built from the source package
+       The following binaries can be built from the source package
        with the mingw32 cross compiler, but are not currently
        distributed by Debian.  If you feel that should change,
        with the mingw32 cross compiler, but are not currently
        distributed by Debian.  If you feel that should change,
-       please file a bug against the wxwindows2.2 package, or
+       please file a bug against the wxwidgets2.5 package, or
        append your views to a report already there if you're not
        the first to do so.
 
        [ you can check the current state of affairs at:
        append your views to a report already there if you're not
        the first to do so.
 
        [ you can check the current state of affairs at:
-         http://bugs.debian.org/cgi-bin/pkgreport.cgi?pkg=wxwindows2.2 ]
+         http://bugs.debian.org/cgi-bin/pkgreport.cgi?pkg=wxwidgets2.5 ]
 
        Oh and, please do *not* file bug reports for these packages
        to the Debian bts.  But do feel free to email me personally
 
        Oh and, please do *not* file bug reports for these packages
        to the Debian bts.  But do feel free to email me personally
@@ -40,11 +34,32 @@ wxwin-i18n          message catalogs for native language support
 
 libwxmsw-dev           mingw32-cross wxMSW libs.
 libwxmsw-dbg           mingw32-cross wxMSW (debug) libs.
 
 libwxmsw-dev           mingw32-cross wxMSW libs.
 libwxmsw-dbg           mingw32-cross wxMSW (debug) libs.
-libwxbase-msw-dev      mingw32-cross wxBase libs.
-libwxbase-msw-dbg      mingw32-cross wxBase (debug) libs.
-wxwin-headers-msw      extra headers needed for wxMSW.
+wx-headers-msw         extra headers needed for wxMSW.
+
+       You can build these extra packages using the binary-cross target
+       in debian/rules.
+
+
+       It is also possible to build a libwxgtk-dbg-python package.
+       There are some limitations (like this package cannot be installed
+       concurrently with the release version), but some developers may
+       find such a thing useful in any case.  It will transparently
+       replace the release package for installed apps that depend on the
+       release package, but should NEVER be used when preparing packages
+       for upload.  This package may be created from the source using the
+       binary-dbg-py target in debian/rules.  (note that doing this will
+       also destroy any release build that exists in the same tree, they
+       cannot coexist there either yet)
+
 
 
-libwxgtk-univ          wxUniversal for Gtk.
+       Finally, because all of these packages can take quite some time to
+       build, the source package supports the use of distcc.  The package
+       builds will automatically parallelise to suit the number of hosts
+       you have listed in DISTCC_HOSTS.  This will work for both native
+       and cross builds of the c++ libraries, if you have the relevant
+       compilers on all your build hosts.  wxPython builds cannot be
+       parallelised at this stage and will run serially regardless of
+       your configuration.
 
 
  -- Ron Lee <ron@debian.org>, Sun, 13 Feb 2000 18:40:00 +1030
 
 
  -- Ron Lee <ron@debian.org>, Sun, 13 Feb 2000 18:40:00 +1030