source: general/prog/doxygen.xml@ 30d63593

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

Added Ghostscript as a dependency of Doxygen

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

  • Property mode set to 100644
File size: 8.0 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 doxygen-download-http "http://ftp.stack.nl/pub/users/dimitri/doxygen-&doxygen-version;.src.tar.gz">
8 <!ENTITY doxygen-download-ftp "ftp://ftp.stack.nl/pub/users/dimitri/doxygen-&doxygen-version;.src.tar.gz">
9 <!ENTITY doxygen-md5sum "0e7fdbeafc6264cbde590c363a4debcd">
10 <!ENTITY doxygen-size "2.8 MB">
11 <!ENTITY doxygen-buildsize "43.4 MB (additional 3.8 MB to install docs)">
12 <!ENTITY doxygen-time "1.4 SBU">
13]>
14
15<sect1 id="doxygen" xreflabel="Doxygen-&doxygen-version;">
16 <?dbhtml filename="doxygen.html"?>
17
18 <sect1info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
21 <keywordset>
22 <keyword role="package">doxygen-&doxygen-version;.src.tar</keyword>
23 <keyword role="ftptdir">doxygen</keyword>
24 </keywordset>
25 </sect1info>
26
27 <title>Doxygen-&doxygen-version;</title>
28
29 <indexterm zone="doxygen">
30 <primary sortas="a-Doxygen">Doxygen</primary>
31 </indexterm>
32
33 <sect2 role="package">
34 <title>Introduction to Doxygen</title>
35
36 <para>The <application>Doxygen</application> package contains a
37 documentation system for C++, C, Java, Objective-C, Corba IDL and to some
38 extent PHP, C# and D. This is useful for generating HTML documentation
39 and/or an off-line reference manual from a set of documented source files.
40 There is also support for generating output in RTF, PostScript, hyperlinked
41 PDF, compressed HTML, and Unix man pages. The documentation is extracted
42 directly from the sources, which makes it much easier to keep the
43 documentation consistent with the source code.</para>
44
45 <para>You can also configure <application>Doxygen</application> to extract
46 the code structure from undocumented source files. This is very useful to
47 quickly find your way in large source distributions. Used along with
48 <application>GraphViz</application>, you can also visualize the relations
49 between the various elements by means of include dependency graphs,
50 inheritance diagrams, and collaboration diagrams, which are all generated
51 automatically.</para>
52
53 <bridgehead renderas="sect3">Package Information</bridgehead>
54 <itemizedlist spacing="compact">
55 <listitem>
56 <para>Download (HTTP): <ulink url="&doxygen-download-http;"/></para>
57 </listitem>
58 <listitem>
59 <para>Download (FTP): <ulink url="&doxygen-download-ftp;"/></para>
60 </listitem>
61 <listitem>
62 <para>Download MD5 sum: &doxygen-md5sum;</para>
63 </listitem>
64 <listitem>
65 <para>Download size: &doxygen-size;</para>
66 </listitem>
67 <listitem>
68 <para>Estimated disk space required: &doxygen-buildsize;</para>
69 </listitem>
70 <listitem>
71 <para>Estimated build time: &doxygen-time;</para>
72 </listitem>
73 </itemizedlist>
74
75 <bridgehead renderas="sect3">Doxygen Dependencies</bridgehead>
76
77 <bridgehead renderas="sect4">Optional</bridgehead>
78 <para role="optional"><xref linkend="qt"/>,
79 <xref linkend="tex"/>,
80 <xref linkend="espgs"/> or <xref linkend="gs"/>, and
81 <ulink url="http://www.graphviz.org/">GraphViz</ulink></para>
82
83 </sect2>
84
85 <sect2 role="installation">
86 <title>Installation of Doxygen</title>
87
88 <para>Install <application>Doxygen</application> by running the following
89 commands:</para>
90
91<screen><userinput>rm src/unistd.h &amp;&amp;
92./configure --prefix /usr --docdir /usr/share/doc &amp;&amp;
93make</userinput></screen>
94
95 <para>This package does not come with a test suite.</para>
96
97 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
98
99<screen role="root"><userinput>make install</userinput></screen>
100
101 <para>If you wish to generate and install the package documentation
102 (note that man pages have already been installed), you must have
103 <application>TeX</application> (for HTML docs) and
104 <application>Ghostscript</application> (for PDF docs) installed, then
105 issue the following command as the
106 <systemitem class="username">root</systemitem> user:</para>
107
108<screen role="root"><userinput>make install_docs</userinput></screen>
109
110<!--
111 <tip>
112 <para>If you don't have <application>TeX</application> installed but
113 wish to generate and install the HTML documentation (very good docs),
114 issue the following commands:</para>
115
116<screen><userinput>make docs</userinput></screen>
117
118 <para>Now, as the <systemitem class="username">root</systemitem>
119 user:</para>
120
121<screen role="root"><userinput>install -v -m755 -d /usr/share/doc/doxygen &amp;&amp;
122cp -v -R examples html /usr/share/doc/doxygen</userinput></screen>
123
124 </tip>
125-->
126
127 </sect2>
128
129 <sect2 role="commands">
130 <title>Command Explanations</title>
131
132 <para><command>rm src/unistd.h</command>: There is a bug in
133 <application>Flex</application>-2.5.31 which causes
134 <command>make</command> to use this file instead of the system
135 installed version. Removing this file allows the GUI front-end to build
136 successfully. This command is not required if you don't pass the
137 <option>--with-doxywizard</option> parameter (but won't affect the build
138 otherwise).</para>
139
140 <para><option>--with-doxywizard</option>: Use this parameter if
141 <application>Qt</application> is installed and you wish to build the
142 GUI front-end.</para>
143
144 </sect2>
145
146 <sect2 role="configuration">
147 <title>Configuring Doxygen</title>
148
149 <para>There is no real configuration necessary for the
150 <application>Doxygen</application> package although three additional
151 packages are required if you wish to use extended capabilities. If you
152 need to use the language translation features, you must have
153 <xref linkend="python"/> installed. If you require formulas to
154 create PDF documentation, then you must have <xref linkend="tex"/>
155 installed. If you require formulas to convert PostScript files to bitmaps,
156 then you must have <xref linkend="gs"/> or <xref linkend="espgs"/>
157 installed.</para>
158
159 </sect2>
160
161 <sect2 role="content">
162 <title>Contents</title>
163
164 <segmentedlist>
165 <segtitle>Installed Programs</segtitle>
166 <segtitle>Installed Libraries</segtitle>
167 <segtitle>Installed Directory</segtitle>
168
169 <seglistitem>
170 <seg>doxygen, doxytag, and optionally, doxywizard</seg>
171 <seg>None</seg>
172 <seg>/usr/share/doc/doxygen</seg>
173 </seglistitem>
174 </segmentedlist>
175
176 <variablelist>
177 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
178 <?dbfo list-presentation="list"?>
179 <?dbhtml list-presentation="table"?>
180
181 <varlistentry id="doxygen-prog">
182 <term><command>doxygen</command></term>
183 <listitem>
184 <para>is a command-line based utility used to generate template
185 configuration files and then generate documentation from these templates. Use
186 <command>doxygen --help</command> for an explanation of the command-line
187 parameters.</para>
188 <indexterm zone="doxygen doxygen-prog">
189 <primary sortas="b-doxygen">doxygen</primary>
190 </indexterm>
191 </listitem>
192 </varlistentry>
193
194 <varlistentry id="doxytag">
195 <term><command>doxytag</command></term>
196 <listitem>
197 <para>is used to generate a tag file and/or a search index for a set
198 of HTML files.</para>
199 <indexterm zone="doxygen doxytag">
200 <primary sortas="b-doxytag">doxytag</primary>
201 </indexterm>
202 </listitem>
203 </varlistentry>
204
205 <varlistentry id="doxywizard">
206 <term><command>doxywizard</command></term>
207 <listitem>
208 <para>is a GUI front-end for configuring and
209 running <command>doxygen</command>.</para>
210 <indexterm zone="doxygen doxywizard">
211 <primary sortas="b-doxywizard">doxywizard</primary>
212 </indexterm>
213 </listitem>
214 </varlistentry>
215 </variablelist>
216
217 </sect2>
218
219</sect1>
Note: See TracBrowser for help on using the repository browser.