source: x/lib/gtk+.xml@ b9d0ddd

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 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 b9d0ddd was 7162bb0, checked in by Manuel Canales Esparcia <manuel@…>, 19 years ago

Tagged gtk+.xml

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

  • Property mode set to 100644
File size: 5.2 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
3 "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
7 <!ENTITY GTK-download-http "http://gd.tuwien.ac.at/graphics/gimp/gtk/v1.2/gtk+-&GTK-version;.tar.gz">
8 <!ENTITY GTK-download-ftp "ftp://ftp.gtk.org/pub/gtk/v1.2/gtk+-&GTK-version;.tar.gz">
9 <!ENTITY GTK-md5sum "4d5cb2fc7fb7830e4af9747a36bfce20">
10 <!ENTITY GTK-size "2.8 MB">
11 <!ENTITY GTK-buildsize "51.1 MB">
12 <!ENTITY GTK-time "1.01 SBU">
13]>
14<sect1 id="GTK" xreflabel="GTK+-&GTK-version;">
15 <?dbhtml filename="gtk.html" ?>
16
17 <sect1info>
18 <othername>$LastChangedBy$</othername>
19 <date>$Date$</date>
20 </sect1info>
21
22 <title>GTK+-&GTK-version;</title>
23
24 <indexterm zone="GTK">
25 <primary sortas="a-GTK">GTK</primary>
26 </indexterm>
27
28 <sect2 role="package">
29 <title>Introduction to GTK+</title>
30
31 <para>The <application>GTK+</application> package contains
32 <application>GTK+</application> Libraries. This is useful for
33 creating graphical user interfaces for applications.</para>
34
35 <bridgehead renderas="sect3">Package Information</bridgehead>
36 <itemizedlist spacing="compact">
37 <listitem>
38 <para>Download (HTTP): <ulink url="&GTK-download-http;"/></para>
39 </listitem>
40 <listitem>
41 <para>Download (FTP): <ulink url="&GTK-download-ftp;"/></para>
42 </listitem>
43 <listitem>
44 <para>Download MD5 sum: &GTK-md5sum;</para>
45 </listitem>
46 <listitem>
47 <para>Download size: &GTK-size;</para>
48 </listitem>
49 <listitem>
50 <para>Estimated disk space required: &GTK-buildsize;</para>
51 </listitem>
52 <listitem>
53 <para>Estimated build time: &GTK-time;</para>
54 </listitem>
55 </itemizedlist>
56
57 <bridgehead renderas="sect3">GTK+ Dependencies</bridgehead>
58
59 <bridgehead renderas="sect4">Required</bridgehead>
60 <para><xref linkend="GLib"/>,
61 <xref linkend="libtiff"/>,
62 <xref linkend="libjpeg"/>, and
63 X (<xref linkend="xfree86"/> or <xref linkend="xorg"/>)</para>
64
65 </sect2>
66
67 <sect2 role="installation">
68 <title>Installation of GTK+</title>
69
70 <para>Install <application>GTK+</application> by running
71 the following commands:</para>
72
73<screen><userinput>./configure --prefix=/usr --sysconfdir=/etc &amp;&amp;
74make</userinput></screen>
75
76 <para>This package does not come with a test suite.</para>
77
78 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
79
80<screen role="root"><userinput>make install</userinput></screen>
81
82 </sect2>
83
84 <sect2 role="commands">
85 <title>Command Explanations</title>
86
87 <para><parameter>--sysconfdir=/etc</parameter>: This installs the
88 configuration files into <filename class="directory">/etc</filename>
89 instead of <filename class="directory">/usr/etc</filename>.</para>
90
91 <para><option>--with-xinput=xfree</option>: This configuration
92 flag is necessary to utilize alternative input devices.</para>
93
94 </sect2>
95
96 <sect2 role="content">
97 <title>Contents</title>
98
99 <segmentedlist>
100 <segtitle>Installed Program</segtitle>
101 <segtitle>Installed Libraries</segtitle>
102 <segtitle>Installed Directories</segtitle>
103
104 <seglistitem>
105 <seg>gtk-config</seg>
106 <seg>libgdk.[so,a] and libgtk.[so,a]</seg>
107 <seg>/etc/gtk, /usr/include/gtk-1.2, and /usr/share/themes</seg>
108 </seglistitem>
109 </segmentedlist>
110
111 <variablelist>
112 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
113 <?dbfo list-presentation="list"?>
114 <?dbhtml list-presentation="table"?>
115
116 <varlistentry id="gtk-config">
117 <term><command>gtk-config</command></term>
118 <listitem>
119 <para>is a tool used by <command>configure</command> scripts to
120 determine the compiler and linker flags that should be used to
121 compile and link programs that use
122 <application>GTK+</application>.</para>
123 <indexterm zone="GTK gtk-config">
124 <primary sortas="b-gtk-config">gtk-config</primary>
125 </indexterm>
126 </listitem>
127 </varlistentry>
128
129 <varlistentry id="libgtk">
130 <term><filename class='libraryfile'>libgtk.[so,a]</filename></term>
131 <listitem>
132 <para>(GIMP Tool Kit) is a library for creating graphical user
133 interfaces similar to the Motif <quote>look and feel</quote>.</para>
134 <indexterm zone="GTK libgtk">
135 <primary sortas="c-libgtk">libgtk.[so,a]</primary>
136 </indexterm>
137 </listitem>
138 </varlistentry>
139
140 <varlistentry id="libgdk">
141 <term><filename class='libraryfile'>libgdk.[so,a]</filename></term>
142 <listitem>
143 <para>is designed as a wrapper library that lies on top of Xlib.
144 It performs many common and desired operations for a programmer
145 instead of the programmer having to explicitly ask for such
146 functionality from Xlib directly.</para>
147 <indexterm zone="GTK libgdk">
148 <primary sortas="c-libgdk">libgdk.[so,a]</primary>
149 </indexterm>
150 </listitem>
151 </varlistentry>
152
153 </variablelist>
154
155 </sect2>
156
157</sect1>
Note: See TracBrowser for help on using the repository browser.