source: general/genutils/gtk-doc.xml@ a10f4a7

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 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 a10f4a7 was a10f4a7, checked in by Wayne Blaszczyk <wblaszcz@…>, 14 years ago

Updated to librsvg-2.26.3.

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

  • Property mode set to 100644
File size: 6.4 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
7 <!ENTITY gtk-doc-download-http "&gnome-download-http;/gtk-doc/&gtk-doc-version;/gtk-doc-&gtk-doc-version;.tar.bz2">
8 <!ENTITY gtk-doc-download-ftp "&gnome-download-ftp;/gtk-doc/&gtk-doc-version;/gtk-doc-&gtk-doc-version;.tar.bz2">
9 <!ENTITY gtk-doc-md5sum "7aa8a1262c70692ebbdf33395fddd5c4">
10 <!ENTITY gtk-doc-size "767 KB">
11 <!ENTITY gtk-doc-buildsize "10 MB">
12 <!ENTITY gtk-doc-time "0.4 SBU">
13]>
14
15<sect1 id="gtk-doc" xreflabel="GTK-Doc-&gtk-doc-version;">
16 <?dbhtml filename="gtk-doc.html"?>
17
18 <sect1info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
21 </sect1info>
22
23 <title>GTK-Doc-&gtk-doc-version;</title>
24
25 <indexterm zone="gtk-doc">
26 <primary sortas="a-GTK-Doc">GTK-Doc</primary>
27 </indexterm>
28
29 <sect2 role="package">
30 <title>Introduction to GTK-Doc</title>
31
32 <para>The <application>GTK-Doc</application> package
33 contains a code documenter. This is useful for extracting specially formatted
34 comments from the code to create API documentation. This
35 package is <emphasis>optional</emphasis>; if it is not installed, packages will
36 not build the documentation. This does not mean that you will not have any
37 documentation. If <application>GTK-Doc</application> is not
38 available, the install process will copy any pre-built documentation to your
39 system.</para>
40
41 &lfs65_checked;
42
43 <bridgehead renderas="sect3">Package Information</bridgehead>
44 <itemizedlist spacing="compact">
45 <listitem>
46 <para>Download (HTTP): <ulink url="&gtk-doc-download-http;"/></para>
47 </listitem>
48 <listitem>
49 <para>Download (FTP): <ulink url="&gtk-doc-download-ftp;"/></para>
50 </listitem>
51 <listitem>
52 <para>Download MD5 sum: &gtk-doc-md5sum;</para>
53 </listitem>
54 <listitem>
55 <para>Download size: &gtk-doc-size;</para>
56 </listitem>
57 <listitem>
58 <para>Estimated disk space required: &gtk-doc-buildsize;</para>
59 </listitem>
60 <listitem>
61 <para>Estimated build time: &gtk-doc-time;</para>
62 </listitem>
63 </itemizedlist>
64
65 <bridgehead renderas="sect3">GTK-Doc Dependencies</bridgehead>
66
67 <bridgehead renderas="sect4">Required</bridgehead>
68 <para role="required"><xref linkend="DocBook"/>,
69 <xref linkend="docbook-xsl"/>, and
70 <xref linkend="libxslt"/></para>
71
72 <bridgehead renderas="sect4">Optional</bridgehead>
73 <para role="optional"><xref linkend="glib2"/> (for the testsuite),
74 <ulink url="http://sourceforge.net/projects/dblatex/">dblatex</ulink> or
75 <xref linkend="fop"/> (XML PDF support),
76 <xref linkend="gnome-doc-utils"/> and
77 <xref linkend="which"/> (builds gtk-doc documentation),
78 <xref linkend="openjade"/> with
79 <xref linkend="sgml-dtd"/> and
80 <xref linkend="docbook-dsssl"/>
81 (SGML support, not actively maintained any more),
82 <xref linkend="python"/> (builds gtkdoc-depscan), and
83 <xref linkend="rarian"/></para>
84
85 <para condition="html" role="usernotes">User Notes:
86 <ulink url="&blfs-wiki;/gtk-doc"/></para>
87
88 </sect2>
89
90 <sect2 role="installation">
91 <title>Installation of GTK-Doc</title>
92
93 <!-- Does not apply to this version? <note>
94 <para>If you installed the <xref linkend="scrollkeeper"/> package and
95 then followed it with <xref linkend="rarian"/> package, there will be
96 Scrollkeeper files missing (Rarian removed them) and the build will
97 fail. In this instance you should add the paramater
98 <option>\-\-disable-scrollkeeper</option> to the
99 <command>./configure</command> command shown below.</para>
100 </note> -->
101
102 <para>Install <application>GTK-Doc</application> by running
103 the following commands:</para>
104
105<screen><userinput>./configure --prefix=/usr \
106 --disable-scrollkeeper &amp;&amp;
107make</userinput></screen>
108
109 <para>To test the results, issue: <command>make check</command>.</para>
110
111 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
112
113<screen role="root"><userinput>make install</userinput></screen>
114
115 <!-- <para>The test suite requires that the package has been installed first, but
116 there's no reason to run it as there is a missing file which causes the test
117 suite to fail. If you insist on seeing the results, an an unprivileged user
118 run: <command>make check</command>.</para> -->
119
120 </sect2>
121
122<!-- <sect2 role="commands">
123 <title>Command Explanations</title>
124
125 \<\!\-\- no scrollkeeper files with this version
126 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
127 href="../../xincludes/scrollkeeper-dir.xml"/> \-\-\>
128
129 </sect2> -->
130
131 <sect2 role="commands">
132 <title>Command Explanations</title>
133
134 <para><parameter>--disable-scrollkeeper</parameter>: Do not make updates to
135 the <application>scrollkeeper</application> database. Remove it if you have
136 <application>rarian</application> installed.</para>
137
138 </sect2>
139
140 <sect2 role="content">
141 <title>Contents</title>
142
143 <segmentedlist>
144 <segtitle>Installed Programs</segtitle>
145 <segtitle>Installed Libraries</segtitle>
146 <segtitle>Installed Directories</segtitle>
147
148 <seglistitem>
149 <seg>gtkdoc-check, gtkdoc-depscan, gtkdoc-fixxref, gtkdocize,
150 gtkdoc-mkdb, gtkdoc-mkhtml, gtkdoc-mkman, gtkdoc-mkpdf, gtkdoc-mktmpl,
151 gtkdoc-rebase, gtkdoc-scan, gtkdoc-scangobj, and gtkdoc-scanobj</seg>
152 <seg>None</seg>
153 <seg>/usr/share/{gnome/help/gtk-doc-manual/*,gtk-doc/data,omf/gtk-doc-manual,sgml/gtk-doc}</seg>
154 </seglistitem>
155 </segmentedlist>
156
157 <variablelist>
158 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
159 <?dbfo list-presentation="list"?>
160 <?dbhtml list-presentation="table"?>
161
162 <varlistentry id="gtkdoc">
163 <term><command>gtkdoc*</command></term>
164 <listitem>
165 <para>these are all shell, <application>Perl</application>, or
166 <application>Python</application> scripts used by
167 package <filename>Makefile</filename> scripts to generate
168 documentation for the package being built.</para>
169 <indexterm zone="gtk-doc gtkdoc">
170 <primary sortas="b-gtkdoc*">gtkdoc*</primary>
171 </indexterm>
172 </listitem>
173 </varlistentry>
174
175 </variablelist>
176
177 </sect2>
178
179</sect1>
Note: See TracBrowser for help on using the repository browser.