source: x/lib/gtk+2.xml@ feeb99a

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 6.0 6.1 6.2 6.2.0 6.2.0-rc1 6.2.0-rc2 6.3 6.3-rc1 6.3-rc2 6.3-rc3 7.10 7.4 7.5 7.6 7.6-blfs 7.6-systemd 7.7 7.8 7.9 8.0 8.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind gnome kde5-13430 kde5-14269 kde5-14686 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts krejzi/svn lazarus lxqt nosym perl-modules plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition systemd-11177 systemd-13485 trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since feeb99a was feeb99a, checked in by Bruce Dubbs <bdubbs@…>, 20 years ago

XML update for Part VIII (X and friends)

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@2309 af4574ff-66df-0310-9fd7-8a98e5e911e0

  • Property mode set to 100644
File size: 3.2 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
3 "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
7 <!ENTITY GTK2-download-http "http://gd.tuwien.ac.at/graphics/gimp/gtk/v2.4/gtk+-&GTK2-version;.tar.bz2">
8 <!ENTITY GTK2-download-ftp "ftp://ftp.gtk.org/pub/gtk/v2.4/gtk+-&GTK2-version;.tar.bz2">
9 <!ENTITY GTK2-size "8.5 MB">
10 <!ENTITY GTK2-buildsize "193 MB">
11 <!ENTITY GTK2-time "2.88 SBU">
12]>
13
14<sect1 id="GTK2" xreflabel="GTK+-&GTK2-version;">
15<?dbhtml filename="gtk2.html" ?>
16<title>GTK+-&GTK2-version;</title>
17
18<sect2>
19<title>Introduction to <application>GTK+</application></title>
20
21<para>The <application>GTK+</application> package contains
22<application>GTK+</application> Libraries. This is useful for
23creating graphical user interfaces for applications.</para>
24
25<sect3><title>Package information</title>
26<itemizedlist spacing='compact'>
27<listitem><para>Download (HTTP): <ulink url="&GTK2-download-http;"/></para></listitem>
28<listitem><para>Download (FTP): <ulink url="&GTK2-download-ftp;"/></para></listitem>
29<listitem><para>Download size: &GTK2-size;</para></listitem>
30<listitem><para>Estimated Disk space required: &GTK2-buildsize;</para></listitem>
31<listitem><para>Estimated build time: &GTK2-time;</para></listitem></itemizedlist>
32</sect3>
33
34<sect3><title><application>GTK+</application> dependencies</title>
35<sect4><title>Required</title>
36<para>
37X (<xref linkend="xorg"/> or <xref linkend="xfree86"/>),
38<xref linkend="Pango"/> and
39<xref linkend="ATK"/>
40</para></sect4>
41<sect4><title>Optional</title>
42<para>
43<xref linkend="libtiff"/>,
44<xref linkend="libjpeg"/>,
45<xref linkend="gtk-doc"/> and
46<ulink url="http://sources.redhat.com/docbook-tools/">docbook-utils</ulink>
47</para></sect4>
48</sect3>
49
50</sect2>
51
52<sect2>
53<title>Installation of <application><acronym>GTK</acronym>+</application></title>
54
55<para>Install <application><acronym>GTK</acronym>+</application> by running the following commands:</para>
56
57<screen><userinput><command>./configure --prefix=/usr --sysconfdir=/etc &amp;&amp;
58make &amp;&amp;
59make install</command></userinput></screen>
60
61</sect2>
62
63<sect2>
64<title>Command explanations</title>
65
66<para><parameter>--sysconfdir=/etc</parameter>: This switch installs the
67configuration files into <filename class="directory">/etc</filename>
68instead of <filename class="directory">/usr/etc</filename>.</para>
69
70<para><option>--enable-gtk-doc</option>: This switch will rebuild
71the <acronym>API</acronym> documentation during the
72<command>make</command> command.</para>
73</sect2>
74
75<sect2>
76<title>Contents</title>
77
78<para>The <application>GTK+</application> package contains
79<filename class="libraryfile">libgdk_pixbuf-2.0</filename>,
80<filename class="libraryfile">libgdk-x11-2.0</filename>,
81<filename class="libraryfile">libgtk-x11-2.0</filename> and
82<filename class="libraryfile">libgdk_pixbuf_xlib-2.0</filename>
83libraries.</para>
84
85</sect2>
86
87<sect2><title>Description</title>
88
89<sect3><title>GTK+ Libraries</title>
90<para><application>GTK+</application> Libraries provide the <acronym>API</acronym> to implement graphical user
91interfaces.</para></sect3>
92
93</sect2>
94
95</sect1>
96
Note: See TracBrowser for help on using the repository browser.