diff options
author | scuri <scuri> | 2010-06-10 20:17:50 +0000 |
---|---|---|
committer | scuri <scuri> | 2010-06-10 20:17:50 +0000 |
commit | 2fb345fc972465ade03cc1d527ad3c8db3438ac5 (patch) | |
tree | 3fd9b1f7e2b12fd79c2000c0f305e8ef7763364a /html/en/guide.html | |
parent | c5f7b4e29afdd70a0f05d8785619585a45916b27 (diff) |
*** empty log message ***
Diffstat (limited to 'html/en/guide.html')
-rw-r--r-- | html/en/guide.html | 27 |
1 files changed, 17 insertions, 10 deletions
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:</p> im\ lua5.1\</pre> <h4>Libraries Dependencies</h4> -<pre>cd -> <strong><span class="style4">gdi32</span></strong> <strong><span class="style4">user32</span></strong> <strong><span class="style4">comdlg32</span></strong> (system - Windows) - -> <strong><span class="style4">X11</span></strong> (system - UNIX) - -> <strong><span class="style2">FreeType</span></strong> (included as separate library) -cdgdk -> <strong><span class="style1">gdk-win32-2.0</span></strong>(system - Windows) - -> <strong><span class="style1">gdk-x11-2.0</span></strong> (system - UNIX) - -> <span class="style1"><strong>cairo-2</strong></span> (system - Windows/UNIX) -cdgdiplus -> cd +<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> -> <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) +<em>cdgdiplus*</em> -> cd -> <strong><span class="style4">gdiplus</span></strong> (system - Windows) -cdxrender -> cd +<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) cdpdf -> <strong><span class="style2">pdflib</span></strong> (included as separate library) cdlua51 -> cd -> <strong><span class="style3">lua5.1</span></strong> cdluaim51 -> cdlua51 -> <strong><span class="style3">imlua51</span></strong> cdluapdf51 -> cdlua51 - -> cdpdf</pre> + -> cdpdf + +(*) 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> + <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. Just notice that not all CDLua libraries depend on IMLua.</p> @@ -121,7 +127,8 @@ LUALIB and LUABINDIR definitions before using Tecmake or Tecmake Compact.</p> <pre>libx11-dev libxpm-dev libxmu-dev -libxft-dev</pre> +libxft-dev (for the XRender driver) +libgtk2.0-dev (for the GDK driver)</pre> <h3><a name="Environment">Environment Variables</a></h3> |