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

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 gimp3 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 af375104 was b36e6e4c, checked in by Igor Živković <igor@…>, 19 years ago

Added a test suite note to GTK+.

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

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