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

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.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 c5c2654 was c5c2654, checked in by Randy McMurchy <randy@…>, 18 years ago

Added the 'User Notes' wiki link to each package page; changed all instances of .[so,a] to .{so,a} (brackets changed to braces); changed all replaceable tags to use angle brackets instead of square brackets to encapsulate the text - commit #10

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

  • Property mode set to 100644
File size: 5.6 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 <keywordset>
21 <keyword role="package">gtk+-&GTK-version;.tar</keyword>
22 <keyword role="ftpdir">gtk+</keyword>
23 </keywordset>
24 </sect1info>
25
26 <title>GTK+-&GTK-version;</title>
27
28 <indexterm zone="GTK">
29 <primary sortas="a-GTK">GTK</primary>
30 </indexterm>
31
32 <sect2 role="package">
33 <title>Introduction to GTK+</title>
34
35 <para>The <application>GTK+</application> package contains
36 <application>GTK+</application> Libraries. This is useful for
37 creating graphical user interfaces for applications.</para>
38
39 <bridgehead renderas="sect3">Package Information</bridgehead>
40 <itemizedlist spacing="compact">
41 <listitem>
42 <para>Download (HTTP): <ulink url="&GTK-download-http;"/></para>
43 </listitem>
44 <listitem>
45 <para>Download (FTP): <ulink url="&GTK-download-ftp;"/></para>
46 </listitem>
47 <listitem>
48 <para>Download MD5 sum: &GTK-md5sum;</para>
49 </listitem>
50 <listitem>
51 <para>Download size: &GTK-size;</para>
52 </listitem>
53 <listitem>
54 <para>Estimated disk space required: &GTK-buildsize;</para>
55 </listitem>
56 <listitem>
57 <para>Estimated build time: &GTK-time;</para>
58 </listitem>
59 </itemizedlist>
60
61 <bridgehead renderas="sect3">GTK+ Dependencies</bridgehead>
62
63 <bridgehead renderas="sect4">Required</bridgehead>
64 <para role="required"><xref linkend="GLib"/>,
65 <xref linkend="libtiff"/>,
66 <xref linkend="libjpeg"/>, and
67 <xref linkend="x-window-system"/></para>
68
69 <para condition="html" role="usernotes">User Notes:
70 <ulink url="&blfs-wiki;/gtk+"/></para>
71
72 </sect2>
73
74 <sect2 role="installation">
75 <title>Installation of GTK+</title>
76
77 <para>Install <application>GTK+</application> by running
78 the following commands:</para>
79
80<screen><userinput>./configure --prefix=/usr --sysconfdir=/etc &amp;&amp;
81make</userinput></screen>
82
83 <para>This package does not come with a test suite.</para>
84
85 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
86
87<screen role="root"><userinput>make install &amp;&amp;
88install -v -m755 -d /usr/share/doc/gtk+-&GTK-version;/{html,text} &amp;&amp;
89install -v -m644 docs/html/* /usr/share/doc/gtk+-&GTK-version;/html &amp;&amp;
90install -v -m644 docs/text/* /usr/share/doc/gtk+-&GTK-version;/text</userinput></screen>
91
92 </sect2>
93
94 <sect2 role="commands">
95 <title>Command Explanations</title>
96
97 <para><parameter>--sysconfdir=/etc</parameter>: This installs the
98 configuration files into <filename class="directory">/etc</filename>
99 instead of <filename class="directory">/usr/etc</filename>.</para>
100
101 <para><option>--with-xinput=xfree</option>: This configuration
102 flag is necessary to utilize alternative input devices.</para>
103
104 </sect2>
105
106 <sect2 role="content">
107 <title>Contents</title>
108
109 <segmentedlist>
110 <segtitle>Installed Program</segtitle>
111 <segtitle>Installed Libraries</segtitle>
112 <segtitle>Installed Directories</segtitle>
113
114 <seglistitem>
115 <seg>gtk-config</seg>
116 <seg>libgdk.{so,a} and libgtk.{so,a}</seg>
117 <seg>/etc/gtk, /usr/include/gtk-1.2, and /usr/share/themes</seg>
118 </seglistitem>
119 </segmentedlist>
120
121 <variablelist>
122 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
123 <?dbfo list-presentation="list"?>
124 <?dbhtml list-presentation="table"?>
125
126 <varlistentry id="gtk-config">
127 <term><command>gtk-config</command></term>
128 <listitem>
129 <para>is a tool used by <command>configure</command> scripts to
130 determine the compiler and linker flags that should be used to
131 compile and link programs that use
132 <application>GTK+</application>.</para>
133 <indexterm zone="GTK gtk-config">
134 <primary sortas="b-gtk-config">gtk-config</primary>
135 </indexterm>
136 </listitem>
137 </varlistentry>
138
139 <varlistentry id="libgtk">
140 <term><filename class='libraryfile'>libgtk.{so,a}</filename></term>
141 <listitem>
142 <para>(GIMP Tool Kit) is a library for creating graphical user
143 interfaces similar to the Motif <quote>look and feel</quote>.</para>
144 <indexterm zone="GTK libgtk">
145 <primary sortas="c-libgtk">libgtk.{so,a}</primary>
146 </indexterm>
147 </listitem>
148 </varlistentry>
149
150 <varlistentry id="libgdk">
151 <term><filename class='libraryfile'>libgdk.{so,a}</filename></term>
152 <listitem>
153 <para>is designed as a wrapper library that lies on top of Xlib.
154 It performs many common and desired operations for a programmer
155 instead of the programmer having to explicitly ask for such
156 functionality from Xlib directly.</para>
157 <indexterm zone="GTK libgdk">
158 <primary sortas="c-libgdk">libgdk.{so,a}</primary>
159 </indexterm>
160 </listitem>
161 </varlistentry>
162
163 </variablelist>
164
165 </sect2>
166
167</sect1>
Note: See TracBrowser for help on using the repository browser.