Module: wine Branch: refs/heads/master Commit: ec2cb1871cdf15ba13515eeef31480a0fbcf81c3 URL: http://source.winehq.org/git/?p=wine.git;a=commit;h=ec2cb1871cdf15ba13515eee...
Author: Marcus Meissner marcus@jet.franken.de Date: Wed Mar 1 07:10:34 2006 +0100
PACKAGING: Mention more libraries / tools in the needed dependencies section.
---
documentation/PACKAGING | 12 ++++++++++++ 1 files changed, 12 insertions(+), 0 deletions(-)
diff --git a/documentation/PACKAGING b/documentation/PACKAGING index 9a34630..dd04422 100644 --- a/documentation/PACKAGING +++ b/documentation/PACKAGING @@ -64,6 +64,9 @@ they should appear as "Suggests" or "Rec better support of fonts than using the X11 fonts engine. It is only needed for the X11 back end engine. Used from GDI.
+ * fontforge: http://sourceforge.net/projects/fontforge/ + Used by WINE to create our own set of TrueType fonts during build. + * fontconfig Used to find TrueType fonts for rendering with freetype. Used by GDI. @@ -119,6 +122,15 @@ they should appear as "Suggests" or "Rec Xi - X Input handling (for asian input methods mostly) Xext - X extensions
+ * libxml2, libxslt + These two libraries are used for our msxml3.dll implementation. + + * prelink + Used during build to locate WINE at a specific virtual address. + + * capi4linux + Used to implement our capi2032.dll. + GOALS ~~~~~