source: general/genutils/gtk-doc.xml@ 10e02da

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 10e02da was 10e02da, checked in by Wayne Blaszczyk <wblaszcz@…>, 14 years ago

Some minor changes to various packages.

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

  • Property mode set to 100644
File size: 5.9 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 "2b64763c7cd314742fbfe29bba6e9890">
10 <!ENTITY gtk-doc-size "644 KB">
11 <!ENTITY gtk-doc-buildsize "8 MB">
12 <!ENTITY gtk-doc-time "less than 0.1 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 <bridgehead renderas="sect3">Package Information</bridgehead>
42 <itemizedlist spacing="compact">
43 <listitem>
44 <para>Download (HTTP): <ulink url="&gtk-doc-download-http;"/></para>
45 </listitem>
46 <listitem>
47 <para>Download (FTP): <ulink url="&gtk-doc-download-ftp;"/></para>
48 </listitem>
49 <listitem>
50 <para>Download MD5 sum: &gtk-doc-md5sum;</para>
51 </listitem>
52 <listitem>
53 <para>Download size: &gtk-doc-size;</para>
54 </listitem>
55 <listitem>
56 <para>Estimated disk space required: &gtk-doc-buildsize;</para>
57 </listitem>
58 <listitem>
59 <para>Estimated build time: &gtk-doc-time;</para>
60 </listitem>
61 </itemizedlist>
62
63 <bridgehead renderas="sect3">GTK-Doc Dependencies</bridgehead>
64
65 <bridgehead renderas="sect4">Required</bridgehead>
66 <para role="required"><xref linkend="gnome-doc-utils"/>,
67 <xref linkend="DocBook"/>, and
68 <xref linkend="docbook-xsl"/></para>
69
70 <bridgehead renderas="sect4">Recommended</bridgehead>
71 <para role="optional"><xref linkend="python"/></para>
72
73 <bridgehead renderas="sect4">Optional</bridgehead>
74 <para role="optional"><!-- <xref linkend="pkgconfig"/>, -->
75 <xref linkend="rarian"/>,
76 <xref linkend="openjade"/>,
77 <xref linkend="sgml-dtd"/>,
78 <xref linkend="docbook-dsssl"/>, also
79 <xref linkend="glib2"/> (for the testsuite)</para>
80
81 <para condition="html" role="usernotes">User Notes:
82 <ulink url="&blfs-wiki;/gtk-doc"/></para>
83
84 </sect2>
85
86 <sect2 role="installation">
87 <title>Installation of GTK-Doc</title>
88
89 <note>
90 <para>If you installed the <xref linkend="scrollkeeper"/> package and
91 then followed it with <xref linkend="rarian"/> package, there will be
92 Scrollkeeper files missing (Rarian removed them) and the build will
93 fail. In this instance you should add the paramater
94 <option>--disable-scrollkeeper</option> to the
95 <command>./configure</command> command shown below.</para>
96 </note>
97
98 <para>Install <application>GTK-Doc</application> by running
99 the following commands:</para>
100
101<screen><userinput>./configure --prefix=/usr &amp;&amp;
102make</userinput></screen>
103
104 <para>To test the results, issue <command>make check</command>.</para>
105
106 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
107
108<screen role="root"><userinput>make install</userinput></screen>
109
110 <!-- <para>The test suite requires that the package has been installed first, but
111 there's no reason to run it as there is a missing file which causes the test
112 suite to fail. If you insist on seeing the results, an an unprivileged user
113 run: <command>make check</command>.</para> -->
114
115 </sect2>
116
117<!-- <sect2 role="commands">
118 <title>Command Explanations</title>
119
120 \<\!\-\- no scrollkeeper files with this version
121 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
122 href="../../xincludes/scrollkeeper-dir.xml"/> \-\-\>
123
124 </sect2> -->
125
126 <sect2 role="content">
127 <title>Contents</title>
128
129 <segmentedlist>
130 <segtitle>Installed Programs</segtitle>
131 <segtitle>Installed Libraries</segtitle>
132 <segtitle>Installed Directories</segtitle>
133
134 <seglistitem>
135 <seg>gtkdocize, gtkdoc-check, gtkdoc-depscan, gtkdoc-fixxref, gtkdoc-mkdb,
136 gtkdoc-mkhtml, gtkdoc-mkman, gtkdoc-mktmpl, gtkdoc-rebase, gtkdoc-scan,
137 gtkdoc-scangobj, and gtkdoc-scanobj</seg>
138 <seg>None</seg>
139 <seg>The following subdirectories of /usr/share/:
140 <!--doc/gtk-doc-&gtk-doc-version;, -->
141 gnome/help/gtk-doc-manual,
142 gtk-doc/data and
143 {omf,sgml}/gtk-doc</seg>
144 </seglistitem>
145 </segmentedlist>
146
147 <variablelist>
148 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
149 <?dbfo list-presentation="list"?>
150 <?dbhtml list-presentation="table"?>
151
152 <varlistentry id="gtkdoc">
153 <term><command>gtkdoc*</command></term>
154 <listitem>
155 <para>these are all shell, <application>Perl</application>, or
156 <application>Python</application> scripts used by
157 package <filename>Makefile</filename> scripts to generate
158 documentation for the package being built.</para>
159 <indexterm zone="gtk-doc gtkdoc">
160 <primary sortas="b-gtkdoc*">gtkdoc*</primary>
161 </indexterm>
162 </listitem>
163 </varlistentry>
164
165 </variablelist>
166
167 </sect2>
168
169</sect1>
Note: See TracBrowser for help on using the repository browser.