[Xfce4-commits] <xfc:master> more lib refs
Bo Lorentsen
noreply at xfce.org
Tue Apr 10 22:58:01 CEST 2012
Updating branch refs/heads/master
to af78b97cffe8bf0bd1c3981b1082d2d101b5d99c (commit)
from f13c02bbc4576595e9f0e991431502cd6dcc46b3 (commit)
commit af78b97cffe8bf0bd1c3981b1082d2d101b5d99c
Author: Bo Lorentsen <bl at lue.dk>
Date: Tue Apr 10 22:57:18 2012 +0200
more lib refs
documentation.html | 21 +++++++++------------
index.html | 3 ++-
2 files changed, 11 insertions(+), 13 deletions(-)
diff --git a/documentation.html b/documentation.html
index e04deff..9b0a6ae 100644
--- a/documentation.html
+++ b/documentation.html
@@ -136,7 +136,7 @@ GNU autotools project and adding international language support.</li>
</ul>
<br>
<h3><a name="D02">Minimum Requirements</a></h3>
- <a name="D02">The libXFCcore library depends on the
+ <a name="D02">The libxfc_core library depends on the
following:<br>
</a>
<ul>
@@ -150,15 +150,12 @@ or higher</li>
0.14 or higher</li>
</ul>
<br>
-The libXFCui library depends on libXFCcore and the following:<br>
+The libxfc_ui library depends on libxfc_core and the following:<br>
<ul>
- <li><a class="phl"
- href="http://developer.gnome.org/projects/gap/">ATK</a>
-1.9.0 or higher</li>
- <li><a class="phl" href="http://www.gtk.org">GTK+</a>
-2.6.0 or higher</li>
- <li><a class="phl" href="http://www.pango.org/">Pango</a>
-1.8.0 or higher</li>
+ <li><a class="phl" href="http://developer.gnome.org/projects/gap/">ATK</a>1.9.0 or higher</li>
+ <li><a class="phl" href="http://www.gtk.org">GTK+</a>2.6.0 or higher</li>
+ <li><a class="phl" href="http://www.pango.org/">Pango</a>1.8.0 or higher</li>
+ <li><a class="phl" href="http://cairographics.org/">Cairo</a> 1.8.0 or higher</li>
</ul>
<br>
Most Linux distributions include these packages. Just make sure that
@@ -195,9 +192,9 @@ The '--prefix' argument takes the
directory
where you want XFC installed. If the directory is omitted XFC
will install itself into the <usr/local>
-directory. By default, configure builds libXFCcore and libXFCui with
+directory. By default, configure builds libxfc_core and libxfc_ui with
debugging and compiler symbols so you can debug your applications
-during development. If you want libXFCcore and libXFCui built with
+during development. If you want libxfc_core and libxfc_ui built with
debugging symbols, run cmake with the following option:<br>
<br>
<div class="fbox"><code>cmake -DCMAKE_BUILD_TYPE=Debug .</code></div>
@@ -221,7 +218,7 @@ would look like this:<br>
<div class="fbox"><code>g++ -Wall -g -O2 helloworld.cc -o
helloworld `pkg-config xfcui-X.X --cflags --libs`</code></div>
<br>
-Replace X.X with the major and minor version numbers of the libXFCui
+Replace X.X with the major and minor version numbers of the libxfc_ui
library installed on your system. Note that the type of single
quote used in the compile command above is significant. <br>
<br>
diff --git a/index.html b/index.html
index 305acc8..e079230 100644
--- a/index.html
+++ b/index.html
@@ -126,7 +126,8 @@ than 420 classes that wrap most of the objects found in the <a
href="http://developer.gnome.org/projects/gap/" class="phl">ATK</a>,
GDK,
Gdk-pixbuf,
-GTK
+GTK,
+<a href="http://cairographics.org/" class="phl">Cairo</a>
and <a href="http://www.pango.org/" class="phl">Pango</a>
libraries.
libxfc_ui is built on the libxfc_core library so you
More information about the Xfce4-commits
mailing list