source: x/lib/gtk+2.xml@ 7c461b3

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 7c461b3 was a2bf27c5, checked in by Igor Živković <igor@…>, 20 years ago

Updated to GLib-2.4.7, Pango-1.6.0, ATK-1.8.0 and GTK+-2.4.13.

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

  • Property mode set to 100644
File size: 3.5 KB
RevLine 
[feeb99a]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">
[a2bf27c5]9 <!ENTITY GTK2-size "8.9 MB">
[302bdae3]10 <!ENTITY GTK2-buildsize "198 MB">
[feeb99a]11 <!ENTITY GTK2-time "2.88 SBU">
12]>
13
[23e6faf]14<sect1 id="GTK2" xreflabel="GTK+-&GTK2-version;">
[a0f03b0]15<sect1info>
[5cd0959d]16<othername>$LastChangedBy$</othername>
17<date>$Date$</date>
[a0f03b0]18</sect1info>
[19aa75a]19<?dbhtml filename="gtk2.html" ?>
[f45b1953]20<title>GTK+-&GTK2-version;</title>
21
[feeb99a]22<sect2>
23<title>Introduction to <application>GTK+</application></title>
24
25<para>The <application>GTK+</application> package contains
26<application>GTK+</application> Libraries. This is useful for
27creating graphical user interfaces for applications.</para>
28
29<sect3><title>Package information</title>
30<itemizedlist spacing='compact'>
31<listitem><para>Download (HTTP): <ulink url="&GTK2-download-http;"/></para></listitem>
32<listitem><para>Download (FTP): <ulink url="&GTK2-download-ftp;"/></para></listitem>
33<listitem><para>Download size: &GTK2-size;</para></listitem>
34<listitem><para>Estimated Disk space required: &GTK2-buildsize;</para></listitem>
35<listitem><para>Estimated build time: &GTK2-time;</para></listitem></itemizedlist>
36</sect3>
37
38<sect3><title><application>GTK+</application> dependencies</title>
39<sect4><title>Required</title>
40<para>
41X (<xref linkend="xorg"/> or <xref linkend="xfree86"/>),
42<xref linkend="Pango"/> and
43<xref linkend="ATK"/>
44</para></sect4>
45<sect4><title>Optional</title>
46<para>
47<xref linkend="libtiff"/>,
48<xref linkend="libjpeg"/>,
49<xref linkend="gtk-doc"/> and
[d82991f]50<xref linkend="docbook-utils"/>
[feeb99a]51</para></sect4>
52</sect3>
53
54</sect2>
55
56<sect2>
57<title>Installation of <application><acronym>GTK</acronym>+</application></title>
58
[d82991f]59<para>Install <application><acronym>GTK</acronym>+</application> by running
60the following commands:</para>
[feeb99a]61
[7f971cb]62<screen><userinput><command>./configure --prefix=/usr --sysconfdir=/etc \
63 --without-libtiff --without-libjpeg &amp;&amp;
[feeb99a]64make &amp;&amp;
65make install</command></userinput></screen>
66
67</sect2>
68
69<sect2>
70<title>Command explanations</title>
71
72<para><parameter>--sysconfdir=/etc</parameter>: This switch installs the
73configuration files into <filename class="directory">/etc</filename>
74instead of <filename class="directory">/usr/etc</filename>.</para>
75
[7f971cb]76<para><option>--without-libtiff</option>: Omit this switch if you have
77<application>libtiff</application> installed.</para>
78
79<para><option>--without-libjpeg</option>: Omit this switch if you have
80<application>libjpeg</application> installed.</para>
81
[feeb99a]82<para><option>--enable-gtk-doc</option>: This switch will rebuild
83the <acronym>API</acronym> documentation during the
84<command>make</command> command.</para>
85</sect2>
86
87<sect2>
88<title>Contents</title>
89
90<para>The <application>GTK+</application> package contains
91<filename class="libraryfile">libgdk_pixbuf-2.0</filename>,
92<filename class="libraryfile">libgdk-x11-2.0</filename>,
93<filename class="libraryfile">libgtk-x11-2.0</filename> and
94<filename class="libraryfile">libgdk_pixbuf_xlib-2.0</filename>
95libraries.</para>
96
97</sect2>
98
99<sect2><title>Description</title>
100
101<sect3><title>GTK+ Libraries</title>
[d82991f]102<para><application>GTK+</application> Libraries provide the
103<acronym>API</acronym> to implement graphical user
[feeb99a]104interfaces.</para></sect3>
105
106</sect2>
[f45b1953]107
108</sect1>
109
Note: See TracBrowser for help on using the repository browser.