From 2fb345fc972465ade03cc1d527ad3c8db3438ac5 Mon Sep 17 00:00:00 2001 From: scuri Date: Thu, 10 Jun 2010 20:17:50 +0000 Subject: *** empty log message *** --- html/en/guide.html | 27 +++++++++++++++++---------- 1 file changed, 17 insertions(+), 10 deletions(-) (limited to 'html/en/guide.html') diff --git a/html/en/guide.html b/html/en/guide.html index d52c633..b09e2a3 100644 --- a/html/en/guide.html +++ b/html/en/guide.html @@ -91,23 +91,29 @@ the makefiles and projects expect the following directory tree:

im\ lua5.1\

Libraries Dependencies

-
cd -> gdi32 user32 comdlg32 (system - Windows)
-   -> X11 (system - UNIX)
-   -> FreeType (included as separate library)
-cdgdk -> gdk-win32-2.0(system - Windows)
-      -> gdk-x11-2.0 (system - UNIX)
-      -> cairo-2 (system - Windows/UNIX)
-cdgdiplus -> cd
+
cd -> FreeType (included as separate library)
+   cdwin* -> gdi32 user32 comdlg32 (system - Windows)
+   cdx11* -> X11 (system - UNIX)
+   cdgdk* -> gdk-win32-2.0 pangowin32-1.0(system - Windows)
+          -> gdk-x11-2.0 pangox-1.0 (system - UNIX)
+          -> cairo-2 gdk_pixbuf-2.0 pango-1.0 gobject-2.0 gmodule-2.0 glib-2.0 (system - Windows/UNIX)
+cdgdiplus* -> cd
           -> gdiplus (system - Windows)
-cdxrender -> cd
+cdxrender* -> cd
           -> Xrender Xft (system - UNIX)
+cdcairo* -> cairo-2 (system - Windows/UNIX)
 cdpdf    -> pdflib (included as separate library)
 cdlua51  -> cd
          -> lua5.1
 cdluaim51 -> cdlua51
           -> imlua51 
 cdluapdf51 -> cdlua51
-           -> cdpdf
+ -> cdpdf + +(*) In Windows, "cdwin" is called "cd". + In Linux and BSD "cdgdk" is called "cd". + In IRIX, AIX and SunOS "cdx11" is called "cd".
+

As a general rule (excluding system dependencies and included third party libraries): CD has NO external dependencies, and CDLua depends on Lua and IMLua. Just notice that not all CDLua libraries depend on IMLua.

@@ -121,7 +127,8 @@ LUALIB and LUABINDIR definitions before using Tecmake or Tecmake Compact.

libx11-dev
 libxpm-dev
 libxmu-dev
-libxft-dev
+libxft-dev (for the XRender driver) +libgtk2.0-dev (for the GDK driver)

Environment Variables

-- cgit v1.2.3