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

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 6944128 was 6944128, checked in by Randy McMurchy <randy@…>, 19 years ago

Added md5sums to Chapter 26 package instructions

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

  • Property mode set to 100644
File size: 3.1 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 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.7 MB">
11 <!ENTITY GTK-buildsize "54 MB">
12 <!ENTITY GTK-time "1.96 SBU">
13]>
14<sect1 id="GTK" xreflabel="GTK+-&GTK-version;">
15<sect1info>
16<othername>$LastChangedBy$</othername>
17<date>$Date$</date>
18</sect1info>
19<?dbhtml filename="gtk.html" ?>
20<title>GTK+-&GTK-version;</title>
21
22<sect2>
23<title>Introduction to
24<application><acronym>GTK</acronym>+</application></title>
25
26<para>The <application>GTK+</application> package contains
27<application>GTK+</application> Libraries. This is useful for
28creating graphical user interfaces for applications.</para>
29
30<sect3><title>Package information</title>
31<itemizedlist spacing='compact'>
32<listitem><para>Download (HTTP):
33<ulink url="&GTK-download-http;"/></para></listitem>
34<listitem><para>Download (FTP):
35<ulink url="&GTK-download-ftp;"/></para></listitem>
36<listitem><para>Download MD5 sum: &GTK-md5sum;</para></listitem>
37<listitem><para>Download size: &GTK-size;</para></listitem>
38<listitem><para>Estimated disk space required:
39&GTK-buildsize;</para></listitem>
40<listitem><para>Estimated build time:
41&GTK-time;</para></listitem></itemizedlist>
42</sect3>
43
44<sect3><title><application><acronym>GTK</acronym>+</application>
45dependencies</title>
46<sect4><title>Required</title>
47<para><xref linkend="GLib"/>,
48<xref linkend="libtiff"/>,
49<xref linkend="libjpeg"/>
50and X (<xref linkend="xfree86"/> or <xref linkend="xorg"/>)</para>
51</sect4>
52</sect3>
53
54</sect2>
55
56<sect2>
57<title>Installation of
58<application><acronym>GTK</acronym>+</application></title>
59
60<para>Install <application><acronym>GTK</acronym>+</application> by running
61the following commands:</para>
62
63<screen><userinput><command>./configure --prefix=/usr --sysconfdir=/etc &amp;&amp;
64make &amp;&amp;
65make install</command></userinput></screen>
66
67</sect2>
68
69<sect2>
70<title>Command explanations</title>
71
72<para><option>--sysconfdir=/etc</option>: This installs the
73configuration files into <filename class="directory">/etc</filename>
74instead of <filename class="directory">/usr/etc</filename>.</para>
75
76<para><parameter>--with-xinput=xfree</parameter>: This configuration
77flag is necessary to utilize alternative input devices.</para>
78
79</sect2>
80
81<sect2>
82<title>Contents</title>
83
84<para>The <application><acronym>GTK</acronym>+</application> package contains
85<filename class="libraryfile">libgtk-1.2</filename> and
86<filename class="libraryfile">libgdk-1.2</filename> libraries.</para>
87
88</sect2>
89
90<sect2><title>Description</title>
91
92<sect3><title>GTK+ Libraries</title>
93<para><application>GTK+</application> Libraries provide an
94<acronym>API</acronym> to implement graphical user
95interfaces.</para></sect3>
96
97</sect2>
98
99</sect1>
100
Note: See TracBrowser for help on using the repository browser.