diff options
author | scuri <scuri> | 2010-10-13 22:29:55 +0000 |
---|---|---|
committer | scuri <scuri> | 2010-10-13 22:29:55 +0000 |
commit | 6620df9471268a72f0c58eddb99c0d612bca566e (patch) | |
tree | c932b63ddb2d8295b136c7ace7e8e2e6bad4fe41 /html/en/guide.html | |
parent | eef7ae01a9757f5e4a0693d539ee1fac5b09e756 (diff) |
*** empty log message ***
Diffstat (limited to 'html/en/guide.html')
-rw-r--r-- | html/en/guide.html | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/html/en/guide.html b/html/en/guide.html index 4332adb..93cd1df 100644 --- a/html/en/guide.html +++ b/html/en/guide.html @@ -96,20 +96,22 @@ the makefiles and projects expect the following directory tree:</p> <pre>cd -> <strong><span class="style2">FreeType</span></strong> (included as separate library) <em> cdwin*</em> -> <strong><span class="style4">gdi32</span></strong> <strong><span class="style4">user32</span></strong> <strong><span class="style4">comdlg32</span></strong> (system - Windows) <em> cdx11*</em> -> <strong><span class="style4">X11</span></strong> (system - UNIX) -<em> </em><em>cdgdk</em><em>*</em> -> <strong><span class="style1">gdk-win32-2.0 pangowin32-1.0</span></strong>(system - Windows) +<em> </em><em>cdgdk+cdcairo*</em> -> <strong><span class="style1">gdk-win32-2.0 pangowin32-1.0</span></strong>(system - Windows) <em> </em> -> <strong><span class="style1">gdk-x11-2.0</span></strong> <strong><span class="style1">pangox-1.0 </span></strong>(system - UNIX) - -> <span class="style1"><strong>cairo-2 </strong></span><strong><span class="style1">gdk_pixbuf-2.0 pango-1.0 gobject-2.0</span></strong> <strong><span class="style1">gmodule-2.0 glib-2.0</span></strong> (system - Windows/UNIX) + -> <span class="style1"><strong>cairo </strong></span><strong><span class="style1">gdk_pixbuf-2.0 pango-1.0 gobject-2.0</span></strong> <strong><span class="style1">gmodule-2.0 glib-2.0</span></strong> (system - Windows/UNIX) <em>cdgdiplus*</em> -> cd -> <strong><span class="style4">gdiplus</span></strong> (system - Windows) <em>cdxrender*</em> -> cd -> <strong><span class="style4">Xrender</span></strong> <strong><span class="style4">Xft</span></strong> (system - UNIX) -<em>cdcairo*</em> -> <span class="style1"><strong>cairo-2</strong></span> (system - Windows/UNIX) +cdcairo -> <span class="style1"><strong>pangocairo-1.0 cairo</strong></span> (system - Windows/UNIX) cdpdf -> <strong><span class="style2">pdflib</span></strong> (included as separate library) <em>cd</em>gl -> <span class="style1">opengl32</span> (system - Windows) -> <span class="style1">GL</span> (system - UNIX) -> <strong><span class="style2">ftgl</span></strong> (included as separate library) cdlua51 -> cd -> <strong><span class="style3">lua5.1</span></strong> +cdluacontextplus -> cdlua51 + -> cdcontextplus cdluaim51 -> cdlua51 -> <strong><span class="style3">imlua51</span></strong> cdluapdf51 -> cdlua51 @@ -117,9 +119,9 @@ cdluapdf51 -> cdlua51 cdluagl51 -> cdlua51 -> cdgl -(*) In Windows, "<strong>cdwin</strong>" is called "<strong>cd</strong>". - In Linux and BSD "<strong>cdgdk</strong>" is called "<strong>cd</strong>". - In IRIX, AIX and SunOS "<strong>cdx11</strong>" is called "<strong>cd</strong>".</pre> +(*) In Windows, "<strong>cdwin</strong>" is called "<strong>cd</strong>", "<strong>cdgdiplus</strong>" is called "<strong>cdcontextplus</strong>". + In Linux and BSD "<strong>cdgdk+cdcairo</strong>" is called "<strong>cd</strong>", "<strong>cdxrender</strong>" is called "<strong>cdcontextplus</strong>". + In IRIX, AIX and SunOS "<strong>cdx11</strong>" is called "<strong>cd</strong>", "<strong>cdxrender</strong>" is called "<strong>cdcontextplus</strong>".</pre> <p>As a general rule (excluding system dependencies and included third party libraries): CD has NO external dependencies, and CDLua depends on Lua and IMLua. |