source: general/genutils/graphviz.xml@ ebabf24

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

Removed 'keywordset' blocks and extra spaces from the XML files (note this was by accident as I meant to do just in the gnome directory but I was in the root of BOOK when I ran the script, but this was going to happen anyway so I don't think it is a big deal)

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

  • Property mode set to 100644
File size: 24.1 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 graphviz-download-http "http://www.graphviz.org/pub/graphviz/ARCHIVE/graphviz-&graphviz-version;.tar.gz">
8 <!ENTITY graphviz-download-ftp " ">
9 <!ENTITY graphviz-md5sum "ca921b4a9bcd86da4a1092bb17a57d83">
10 <!ENTITY graphviz-size "4.2 MB">
11 <!ENTITY graphviz-buildsize "114 MB">
12 <!ENTITY graphviz-time "2.1 SBU">
13]>
14
15<sect1 id="graphviz" xreflabel="Graphviz-&graphviz-version;">
16 <?dbhtml filename="graphviz.html"?>
17
18 <sect1info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
21 </sect1info>
22
23 <title>Graphviz-&graphviz-version;</title>
24
25 <indexterm zone="graphviz">
26 <primary sortas="a-Graphviz">Graphviz</primary>
27 </indexterm>
28
29 <sect2 role="package">
30 <title>Introduction to Graphviz</title>
31
32 <para>The <application>Graphviz</application> package contains graph
33 visualization software. Graph visualization is a way of representing
34 structural information as diagrams of abstract graphs and networks.
35 <application>Graphviz</application> has several main graph layout
36 programs. It also has web and interactive graphical interfaces, auxiliary
37 tools, libraries, and language bindings.</para>
38
39 <para>The <application>Graphviz</application> layout programs take
40 descriptions of graphs in a simple text language, and creates diagrams in
41 several useful formats such as images and SVG for web pages, Postscript for
42 inclusion in PDF or other documents, or as objects displayed in an
43 interactive graph browser. (Graphviz also supports GXL, an XML dialect.) In
44 practice, graphs are usually generated from external data sources, but they
45 can also be created and edited manually, either as raw text files or within
46 a graphical editor. (Graphviz was not intended to be a
47 <application>Visio</application> replacement, so it would probably be
48 frustrating to try to use it that way.)</para>
49
50 <para>This package is useful for automatic graph drawing which has many
51 important applications in software engineering, database and web design,
52 networking, and in visual interfaces for many other domains. Graphviz has
53 many useful features for concrete diagrams, such as options for colors,
54 fonts, tabular node layouts, line styles, hyperlinks, and custom
55 shapes.</para>
56
57 <bridgehead renderas="sect3">Package Information</bridgehead>
58 <itemizedlist spacing="compact">
59 <listitem>
60 <para>Download (HTTP): <ulink url="&graphviz-download-http;"/></para>
61 </listitem>
62 <listitem>
63 <para>Download (FTP): <ulink url="&graphviz-download-ftp;"/></para>
64 </listitem>
65 <listitem>
66 <para>Download MD5 sum: &graphviz-md5sum;</para>
67 </listitem>
68 <listitem>
69 <para>Download size: &graphviz-size;</para>
70 </listitem>
71 <listitem>
72 <para>Estimated disk space required: &graphviz-buildsize;</para>
73 </listitem>
74 <listitem>
75 <para>Estimated build time: &graphviz-time;</para>
76 </listitem>
77 </itemizedlist>
78
79 <bridgehead renderas="sect3">Graphviz Dependencies</bridgehead>
80
81 <bridgehead renderas="sect4">Optional</bridgehead>
82 <para role="optional"><xref linkend="x-window-system"/>,
83 <xref linkend="pkgconfig"/>,
84 <xref linkend="expat"/>,
85 <xref linkend="libpng"/>,
86 <xref linkend="libjpeg"/>,
87 <xref linkend="freetype2"/>,
88 <xref linkend="fontconfig"/>,
89 <xref linkend="tcl"/>,
90 <xref linkend="tk"/>, and
91 <ulink url="http://www.perens.com/FreeSoftware/ElectricFence/">Electric Fence</ulink>
92 <!-- Commenting this out for now until an updated version of the
93 GD library becomes available. Graphviz uses its internal copy for now
94 <ulink url="http://www.boutell.com/gd/">GD Library</ulink>, --></para>
95
96 <bridgehead renderas="sect4">Optional
97 (to Build Language Bindings)</bridgehead>
98 <para role="optional"><ulink url="http://www.swig.org/">SWIG</ulink>
99 (<application>SWIG</application> must be installed or no bindings will be
100 built),
101 <xref linkend="guile"/>,
102 <xref linkend="jdk"/>,
103 <xref linkend="php"/>,
104 <xref linkend="python"/>,
105 <xref linkend="ruby"/>,
106 <xref linkend="tcl"/>,
107 C# (<ulink url="http://www.southern-storm.com.au/portable_net.html">DotGNU Portable.NET</ulink>
108 or <ulink url="http://www.mono-project.com/Main_Page">Mono</ulink>),
109 <ulink url="http://www.iolanguage.com/about/">Io</ulink>,
110 <ulink url="http://www.lua.org/">Lua</ulink>, and
111 <ulink url="http://caml.inria.fr/ocaml/index.en.html">Objective Caml</ulink></para>
112
113 <para condition="html" role="usernotes">User Notes:
114 <ulink url="&blfs-wiki;/graphviz"/></para>
115
116 </sect2>
117
118 <sect2 role="installation">
119 <title>Installation of Graphviz</title>
120
121 <para>Install <application>Graphviz</application> by running the following
122 commands:</para>
123
124<screen><userinput>./configure --prefix=/usr &amp;&amp;
125make</userinput></screen>
126
127 <para>This package does not come with a test suite.</para>
128
129 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
130
131<screen role="root"><userinput>make install</userinput></screen>
132
133 <para>If desired, create a symbolic link in the system documents directory
134 to the documentation installed in
135 <filename class='directory'>/usr/share/graphviz/doc</filename> using the
136 following command as the <systemitem class="username">root</systemitem>
137 user:</para>
138
139<screen role="root"><userinput>ln -v -s /usr/share/graphviz/doc \
140 /usr/share/doc/graphviz-&graphviz-version;</userinput></screen>
141
142 </sect2>
143
144 <sect2 role="configuration">
145 <title>Configuring Graphviz</title>
146
147 <sect3 id="graphviz-config">
148 <title>Config Files</title>
149 <para><filename>/usr/lib/graphviz/config</filename></para>
150
151 <indexterm zone="graphviz graphviz-config">
152 <primary sortas="e-usr-share-graphviz-config">/usr/share/graphviz/config</primary>
153 </indexterm>
154
155 </sect3>
156
157 <sect3><title>Configuration Information</title>
158
159 <para>There are no specific configuration requirements for
160 <application>Graphviz</application>. You may consider installing the
161 additional plugins and tools available from the download page at
162 <ulink url="http://www.graphviz.org/Download_source.php"/> for additional
163 capabilities. If additional plugins are installed, you can run
164 <command>dot_static -c</command> (as the
165 <systemitem class="username">root</systemitem> user) to update the
166 <filename>config</filename> file in
167 <filename class='directory'>/usr/lib/graphviz</filename>.</para>
168
169 </sect3>
170
171 </sect2>
172
173 <sect2 role="content">
174 <title>Contents</title>
175
176 <segmentedlist>
177 <segtitle>Installed Programs</segtitle>
178 <segtitle>Installed Libraries</segtitle>
179 <segtitle>Installed Directories</segtitle>
180
181 <seglistitem>
182 <seg>acyclic, bcomps, ccomps, circo, dijkstra, dot, dot2gxl,
183 dot_static, dotty, fdp, gc, gvcolor, gvpack, gvpr, gxl2dot, lefty,
184 lneato, nop, prune, sccmap, tred, twopi and unflatten</seg>
185 <seg>libagraph.{so,a}, libcdt.{so,a}, libexpr.{so,a}, libgraph.{so,a},
186 libpack.{so,a}, libpathplan.{so,a}, additional support libraries
187 and language bindings</seg>
188 <seg>/usr/include/graphviz, /usr/lib/graphviz and
189 /usr/share/graphviz</seg>
190 </seglistitem>
191 </segmentedlist>
192
193 <variablelist>
194 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
195 <?dbfo list-presentation="list"?>
196 <?dbhtml list-presentation="table"?>
197
198 <varlistentry id="acyclic">
199 <term><command>acyclic</command></term>
200 <listitem>
201 <para>is a filter that takes a directed graph as input and outputs a
202 copy of the graph with sufficient edges reversed to make the graph
203 acyclic. The reversed edge inherits all of the attributes of the
204 original edge.</para>
205 <indexterm zone="graphviz acyclic">
206 <primary sortas="b-acyclic">acyclic</primary>
207 </indexterm>
208 </listitem>
209 </varlistentry>
210
211 <varlistentry id="bcomps">
212 <term><command>bcomps</command></term>
213 <listitem>
214 <para>decomposes graphs into their biconnected components, printing
215 the components to standard output.</para>
216 <indexterm zone="graphviz bcomps">
217 <primary sortas="b-bcomps">bcomps</primary>
218 </indexterm>
219 </listitem>
220 </varlistentry>
221
222 <varlistentry id="ccomps">
223 <term><command>ccomps</command></term>
224 <listitem>
225 <para>decomposes graphs into their connected components, printing the
226 components to standard output.</para>
227 <indexterm zone="graphviz ccomps">
228 <primary sortas="b-ccomps">ccomps</primary>
229 </indexterm>
230 </listitem>
231 </varlistentry>
232
233 <varlistentry id="circo">
234 <term><command>circo</command></term>
235 <listitem>
236 <para>draws graphs using a circular layout. The tool identifies
237 biconnected components and draws the nodes of the component on a
238 circle. The block-cutpoint tree is then laid out using a recursive
239 radial algorithm. Edge crossings within a circle are minimized by
240 placing as many edges on the circle's perimeter as possible. In
241 particular, if the component is outerplanar, the component will have
242 a planar layout.</para>
243 <indexterm zone="graphviz circo">
244 <primary sortas="b-circo">circo</primary>
245 </indexterm>
246 </listitem>
247 </varlistentry>
248
249 <varlistentry id="dijkstra">
250 <term><command>dijkstra</command></term>
251 <listitem>
252 <para>reads a stream of graphs and for each computes the distance of
253 every node from sourcenode.</para>
254 <indexterm zone="graphviz dijkstra">
255 <primary sortas="b-dijkstra">dijkstra</primary>
256 </indexterm>
257 </listitem>
258 </varlistentry>
259
260 <varlistentry id="dot">
261 <term><command>dot</command></term>
262 <listitem>
263 <para>draws directed graphs. It works well on DAGs and other graphs
264 that can be drawn as hierarchies. It reads attributed graph files and
265 writes drawings. By default, the output format dot is the input file
266 with layout coordinates appended.</para>
267 <indexterm zone="graphviz dot">
268 <primary sortas="b-dot">dot</primary>
269 </indexterm>
270 </listitem>
271 </varlistentry>
272
273 <varlistentry id="dot2gxl">
274 <term><command>dot2gxl</command></term>
275 <listitem>
276 <para>converts between graphs represented in GXL and in the DOT
277 language. Unless a conversion type is specified using a flag,
278 <command>gxl2dot</command> will deduce the type of conversion from
279 the suffix of the input file, a
280 <filename class='extension'>.dot</filename> suffix causing a
281 conversion from DOT to GXL, and a
282 <filename class='extension'>.gxl</filename> suffix causing a
283 conversion from GXL to DOT.</para>
284 <indexterm zone="graphviz dot2gxl">
285 <primary sortas="b-dot2gxl">dot2gxl</primary>
286 </indexterm>
287 </listitem>
288 </varlistentry>
289
290 <varlistentry id="dot_static">
291 <term><command>dot_static</command></term>
292 <listitem>
293 <para>is a version of <command>dot</command>that has all the
294 <application>Graphviz</application> libraries compiled
295 statically.</para>
296 <indexterm zone="graphviz dot_static">
297 <primary sortas="b-dot_static">dot_static</primary>
298 </indexterm>
299 </listitem>
300 </varlistentry>
301
302 <varlistentry id="dotty">
303 <term><command>dotty</command></term>
304 <listitem>
305 <para>is a graph editor for the X Window System. It may be run as a
306 standalone editor, or as a front end for applications that use
307 graphs. It can control multiple windows viewing different
308 graphs.</para>
309 <indexterm zone="graphviz dotty">
310 <primary sortas="b-dotty">dotty</primary>
311 </indexterm>
312 </listitem>
313 </varlistentry>
314
315 <varlistentry id="fdp">
316 <term><command>fdp</command></term>
317 <listitem>
318 <para>draws undirected graphs using a <quote>spring</quote> model. It
319 relies on a force-directed approach in the spirit of Fruchterman and
320 Reingold.</para>
321 <indexterm zone="graphviz fdp">
322 <primary sortas="b-fdp">fdp</primary>
323 </indexterm>
324 </listitem>
325 </varlistentry>
326
327 <varlistentry id="gc-graphviz">
328 <term><command>gc</command></term>
329 <listitem>
330 <para>is a graph analogue to <command>wc</command> in that it prints
331 to standard output the number of nodes, edges, connected components
332 or clusters contained in the input files. It also prints a total
333 count for all graphs if more than one graph is given.</para>
334 <indexterm zone="graphviz gc-graphviz">
335 <primary sortas="b-gc">gc</primary>
336 </indexterm>
337 </listitem>
338 </varlistentry>
339
340 <varlistentry id="gvcolor">
341 <term><command>gvcolor</command></term>
342 <listitem>
343 <para>is a filter that sets node colors from initial seed values.
344 Colors flow along edges from tail to head, and are averaged (as HSB
345 vectors) at nodes. The graph must already have been processed by
346 <command>dot</command>.</para>
347 <indexterm zone="graphviz gvcolor">
348 <primary sortas="b-gvcolor">gvcolor</primary>
349 </indexterm>
350 </listitem>
351 </varlistentry>
352
353 <varlistentry id="gvpack">
354 <term><command>gvpack</command></term>
355 <listitem>
356 <para>reads in a stream of graphs, combines the graphs into a single
357 layout, and produces a single graph serving as the union of the input
358 graphs. The input graphs must be in <command>dot</command> format, and
359 must have all necessary layout information.</para>
360 <indexterm zone="graphviz gvpack">
361 <primary sortas="b-gvpack">gvpack</primary>
362 </indexterm>
363 </listitem>
364 </varlistentry>
365
366 <varlistentry id="gvpr">
367 <term><command>gvpr</command></term>
368 <listitem>
369 <para>is a graph stream editor inspired by <command>awk</command>. It
370 copies input graphs to its output, possibly transforming their
371 structure and attributes, creating new graphs, or printing arbitrary
372 information.</para>
373 <indexterm zone="graphviz gvpr">
374 <primary sortas="b-gvpr">gvpr</primary>
375 </indexterm>
376 </listitem>
377 </varlistentry>
378
379 <varlistentry id="gxl2dot">
380 <term><command>gxl2dot</command></term>
381 <listitem>
382 <para>converts between graphs represented in GXL and in the DOT
383 language. Unless a conversion type is specified using a flag,
384 <command>gxl2dot</command> will deduce the type of conversion from
385 the suffix of the input file, a
386 <filename class='extension'>.dot</filename> suffix causing a
387 conversion from DOT to GXL, and a
388 <filename class='extension'>.gxl</filename> suffix causing a
389 conversion from GXL to DOT.</para>
390 <indexterm zone="graphviz gxl2dot">
391 <primary sortas="b-gxl2dot">gxl2dot</primary>
392 </indexterm>
393 </listitem>
394 </varlistentry>
395
396 <varlistentry id="lefty">
397 <term><command>lefty</command></term>
398 <listitem>
399 <para>is a two-view graphics editor for technical pictures.</para>
400 <indexterm zone="graphviz lefty">
401 <primary sortas="b-lefty">lefty</primary>
402 </indexterm>
403 </listitem>
404 </varlistentry>
405
406 <varlistentry id="lneato">
407 <term><command>lneato</command></term>
408 <listitem>
409 <para>is a graph editor for the X Window System. It may be run as a
410 standalone editor, or as a front end for applications that use
411 graphs. It can control multiple windows viewing different
412 graphs.</para>
413 <indexterm zone="graphviz lneato">
414 <primary sortas="b-lneato">lneato</primary>
415 </indexterm>
416 </listitem>
417 </varlistentry>
418
419 <varlistentry id="nop">
420 <term><command>nop</command></term>
421 <listitem>
422 <para>reads a stream of graphs and prints each in pretty-printed
423 (canonical) format on stdout. If no files are given, it reads from
424 stdin.</para>
425 <indexterm zone="graphviz nop">
426 <primary sortas="b-nop">nop</primary>
427 </indexterm>
428 </listitem>
429 </varlistentry>
430
431 <varlistentry id="prune">
432 <term><command>prune</command></term>
433 <listitem>
434 <para>reads directed graphs in the same format used by
435 <command>dot</command> and removes subgraphs rooted at nodes
436 specified on the command line via options. These nodes themselves
437 will not be removed, but can be given attributes so that they can be
438 easily located by a graph stream editor such as
439 <command>gpr</command>. <command>prune</command> correctly handles
440 cycles, loops and multi-edges.</para>
441 <indexterm zone="graphviz prune">
442 <primary sortas="b-prune">prune</primary>
443 </indexterm>
444 </listitem>
445 </varlistentry>
446
447 <varlistentry id="sccmap">
448 <term><command>sccmap</command></term>
449 <listitem>
450 <para>decomposes digraphs into strongly connected components and an
451 auxiliary map of the relationship between components. In this map,
452 each component is collapsed into a node. The resulting graphs are
453 printed to standard out. The number of nodes, edges and strongly
454 connected components are printed to standard error.
455 <command>sccmap</command> is a way of partitioning large graphs into
456 more manageable pieces.</para>
457 <indexterm zone="graphviz sccmap">
458 <primary sortas="b-sccmap">sccmap</primary>
459 </indexterm>
460 </listitem>
461 </varlistentry>
462
463 <varlistentry id="tred">
464 <term><command>tred</command></term>
465 <listitem>
466 <para>computes the transitive reduction of directed graphs, and
467 prints the resulting graphs to standard output. This removes edges
468 implied by transitivity. Nodes and subgraphs are not otherwise
469 affected. The <quote>meaning</quote> and validity of the reduced
470 graphs is application dependent. <command>tred</command> is
471 particularly useful as a preprocessor to <command>dot</command> to
472 reduce clutter in dense layouts.</para>
473 <indexterm zone="graphviz tred">
474 <primary sortas="b-tred">tred</primary>
475 </indexterm>
476 </listitem>
477 </varlistentry>
478
479 <varlistentry id="twopi">
480 <term><command>twopi</command></term>
481 <listitem>
482 <para>draws graphs using a radial layout. Basically, one node is
483 chosen as the center and put at the origin. The remaining nodes are
484 placed on a sequence of concentric circles centered about the origin,
485 each a fixed radial distance from the previous circle.</para>
486 <indexterm zone="graphviz twopi">
487 <primary sortas="b-twopi">twopk</primary>
488 </indexterm>
489 </listitem>
490 </varlistentry>
491
492 <varlistentry id="unflatten">
493 <term><command>unflatten</command></term>
494 <listitem>
495 <para>is a preprocessor to <command>dot</command> that is used to
496 improve the aspect ratio of graphs having many leaves or disconnected
497 nodes. The usual layout for such a graph is generally very wide or
498 tall. <command>unflatten</command> inserts invisible edges or adjusts
499 the minlen on edges to improve layout compaction.</para>
500 <indexterm zone="graphviz unflatten">
501 <primary sortas="b-unflatten">unflatten</primary>
502 </indexterm>
503 </listitem>
504 </varlistentry>
505
506 <varlistentry id="libagraph">
507 <term><filename class='libraryfile'>libagraph.{so,a}</filename></term>
508 <listitem>
509 <para>supports graph programming by maintaining graphs in memory and
510 reading and writing graph files. Graphs, nodes and edges may be
511 attributed with programmer-defined records and string name-value
512 pairs. Graphs are composed of nodes, edges, and nested subgraphs.
513 Internally, <filename class='libraryfile'>libagraph</filename>
514 depends extensively on
515 <filename class='libraryfile'>libcdt</filename> (formerly
516 <filename class='libraryfile'>libdict</filename>) for set
517 representation.</para>
518 <indexterm zone="graphviz libagraph">
519 <primary sortas="c-libagraph">libagraph.{so,a}</primary>
520 </indexterm>
521 </listitem>
522 </varlistentry>
523
524 <varlistentry id="libcdt">
525 <term><filename class='libraryfile'>libcdt.{so,a}</filename></term>
526 <listitem>
527 <para>manages run-time dictionaries using standard container data
528 types: unordered set/multiset, ordered set/multiset, list, stack,
529 and queue.</para>
530 <indexterm zone="graphviz libcdt">
531 <primary sortas="c-libcdt">libcdt.{so,a}</primary>
532 </indexterm>
533 </listitem>
534 </varlistentry>
535
536 <varlistentry id="libexpr">
537 <term><filename class='libraryfile'>libexpr.{so,a}</filename></term>
538 <listitem>
539 <para>is a C-like expression library.</para>
540 <indexterm zone="graphviz libexpr">
541 <primary sortas="c-libexpr">libexpr.{so,a}</primary>
542 </indexterm>
543 </listitem>
544 </varlistentry>
545
546 <varlistentry id="libgraph">
547 <term><filename class='libraryfile'>libgraph.{so,a}</filename></term>
548 <listitem>
549 <para>maintains directed and undirected attributed graphs in memory
550 and reads and writes graph files. Graphs are composed of nodes,
551 edges, and nested subgraphs. A subgraph may contain any nodes and
552 edges of its parents, and may be passed to any
553 <filename class='libraryfile'>libgraph</filename> function taking a
554 graph pointer, except the three that create new attributes (where a
555 main graph is required).</para>
556 <indexterm zone="graphviz libgraph">
557 <primary sortas="c-libgraph">libgraph.{so,a}</primary>
558 </indexterm>
559 </listitem>
560 </varlistentry>
561
562 <varlistentry id="libpack">
563 <term><filename class='libraryfile'>libpack.{so,a}</filename></term>
564 <listitem>
565 <para>supports the use of connected components in the context of
566 laying out graphs using other <application>Graphviz</application>
567 libraries. One set of functions can be used to take a single graph
568 and break it apart into connected components. A complementary set of
569 functions takes a collection of graphs (not necessarily components of
570 a single graph) which have been laid out separately, and packs them
571 together moderately tightly. The packing is done using the polyomino
572 algorithm of K. Freivalds et al.</para>
573 <indexterm zone="graphviz libpack">
574 <primary sortas="c-libpack">libpack.{so,a}</primary>
575 </indexterm>
576 </listitem>
577 </varlistentry>
578
579 <varlistentry id="libpathplan">
580 <term><filename class='libraryfile'>libpathplan.{so,a}</filename></term>
581 <listitem>
582 <para>contains functions to find the shortest path between two points
583 in a simple polygon.</para>
584 <indexterm zone="graphviz libpathplan">
585 <primary sortas="c-libpathplan">libpathplan.{so,a}</primary>
586 </indexterm>
587 </listitem>
588 </varlistentry>
589
590 </variablelist>
591
592 </sect2>
593
594</sect1>
Note: See TracBrowser for help on using the repository browser.