libxml2 use in Wine?

Gerald Pfeifer gerald at pfeifer.com
Tue Feb 28 16:19:19 CST 2006


On Tue, 28 Feb 2006, Raphael wrote:
> Yes wine use libxml2 for msxml implementation (see 
> dlls/msxml3/Makefile.in) but autoconf/automake check it

Thanks for this information.  Alexandre, patch for you below. ;-)

Gerald

ChangeLog:
Fix spelling Red Hat.  Remove unneeded references to Debian and
Red Hat.  Document the use of libxml2 as a weak prerequisite.

Index: README
===================================================================
RCS file: /home/wine/wine/README,v
retrieving revision 1.50
diff -u -3 -p -r1.50 README
--- README	10 May 2005 13:26:15 -0000	1.50
+++ README	28 Feb 2006 22:17:53 -0000
@@ -70,7 +70,7 @@ Supported file systems:
 
 Basic requirements:
   You need to have the X11 development include files installed
-  (called xlib6g-dev in Debian and XFree86-devel in RedHat).
+  (called xlib6g-dev in Debian and XFree86-devel in Red Hat).
 
 Build tool requirements:
   On x86 Systems gcc >= 2.7.2 is required.
@@ -81,12 +81,12 @@ Build tool requirements:
 
   Of course you also need "make" (most likely GNU make).
 
-  You also need flex version 2.5 or later and bison.  If you are
-  using RedHat or Debian, install the flex and bison packages.
+  You also need flex version 2.5 or later and bison.
 
 Optional support libraries:
   If you want CUPS printing support, please install both cups and cups-devel
   packages.
+  Install the libxml2 package to get a functional msxml implementation.
 
 4. COMPILATION
 



More information about the wine-devel mailing list