diff options
Diffstat (limited to 'html/en/guide.html')
-rw-r--r-- | html/en/guide.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/html/en/guide.html b/html/en/guide.html index da25a2b..d52c633 100644 --- a/html/en/guide.html +++ b/html/en/guide.html @@ -17,6 +17,9 @@ .style4 { color: #0000FF; } +.style1 { + color: #0000FF; +} </style> </head> @@ -91,6 +94,9 @@ the makefiles and projects expect the following directory tree:</p> <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 -> <strong><span class="style4">gdiplus</span></strong> (system - Windows) cdxrender -> cd |