source: general/graphlib/libspiro.xml

trunk
Last change on this file was e8b3f50, checked in by Douglas R. Reno <renodr@…>, 2 months ago

Tags

  • Property mode set to 100644
File size: 3.9 KB
Line 
1<?xml version="1.0" encoding="UTF-8"?>
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 libspiro-download-http "https://github.com/fontforge/libspiro/releases/download/&libspiro-version;/libspiro-dist-&libspiro-version;.tar.gz">
8 <!ENTITY libspiro-download-ftp " ">
9 <!ENTITY libspiro-md5sum "c21f86e6c1ad65ed4cb1f754f6d7563c">
10 <!ENTITY libspiro-size "428 KB">
11 <!ENTITY libspiro-buildsize "5.1 MB (add 1.3 MB if running the tests)">
12 <!ENTITY libspiro-time "0.1 SBU">
13]>
14
15<!-- Try to keep the indentation used in this file-->
16<sect1 id="libspiro" xreflabel="libspiro-&libspiro-version;">
17 <?dbhtml filename="libspiro.html"?>
18
19
20 <title>Libspiro-&libspiro-version;</title>
21
22 <indexterm zone="libspiro">
23 <primary sortas="a-libspiro">libspiro</primary>
24 </indexterm>
25
26 <sect2 role="package">
27 <title>Introduction to libspiro</title>
28
29 <para>
30 <application>Libspiro</application> will take an array of spiro control
31 points and convert them into a series of bezier splines which can then be
32 used in the myriad of ways the world has come to use beziers.
33 </para>
34
35 &lfs121_checked;
36
37 <bridgehead renderas="sect3">Package Information</bridgehead>
38 <itemizedlist spacing="compact">
39 <listitem>
40 <para>
41 Download (HTTP): <ulink url="&libspiro-download-http;"/>
42 </para>
43 </listitem>
44 <listitem>
45 <para>
46 Download (FTP): <ulink url="&libspiro-download-ftp;"/>
47 </para>
48 </listitem>
49 <listitem>
50 <para>
51 Download MD5 sum: &libspiro-md5sum;
52 </para>
53 </listitem>
54 <listitem>
55 <para>
56 Download size: &libspiro-size;
57 </para>
58 </listitem>
59 <listitem>
60 <para>
61 Estimated disk space required: &libspiro-buildsize;
62 </para>
63 </listitem>
64 <listitem>
65 <para>
66 Estimated build time: &libspiro-time;
67 </para>
68 </listitem>
69 </itemizedlist>
70
71 </sect2>
72
73 <sect2 role="installation">
74 <title>Installation of libspiro</title>
75
76 <para>
77 Install <application>libspiro</application> by running the following
78 commands:
79 </para>
80
81<screen><userinput>./configure --prefix=/usr --disable-static &amp;&amp;
82make</userinput></screen>
83
84 <para>
85 To test the results, issue: <command>make check</command>.
86 </para>
87
88 <para>
89 Now, as the <systemitem class="username">root</systemitem> user:
90 </para>
91
92<screen role="root"><userinput>make install</userinput></screen>
93 </sect2>
94
95 <sect2 role="commands">
96 <title>Command Explanations</title>
97
98 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
99 href="../../xincludes/static-libraries.xml"/>
100
101 </sect2>
102
103 <sect2 role="content">
104 <title>Contents</title>
105
106 <segmentedlist>
107 <segtitle>Installed Programs</segtitle>
108 <segtitle>Installed Library</segtitle>
109 <segtitle>Installed Directories</segtitle>
110
111 <seglistitem>
112 <seg>
113 None
114 </seg>
115 <seg>
116 libspiro.so
117 </seg>
118 <seg>
119 None
120 </seg>
121 </seglistitem>
122 </segmentedlist>
123
124 <variablelist>
125 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
126 <?dbfo list-presentation="list"?>
127 <?dbhtml list-presentation="table"?>
128
129 <varlistentry id="libspiro-lib">
130 <term><filename class="libraryfile">libspiro.so</filename></term>
131 <listitem>
132 <para>
133 is a shareable library that can be used by programs to do the Spiro
134 computations for you
135 </para>
136 <indexterm zone="libspiro libspiro-lib">
137 <primary sortas="c-libspiro">libspiro.so</primary>
138 </indexterm>
139 </listitem>
140 </varlistentry>
141 </variablelist>
142 </sect2>
143
144</sect1>
Note: See TracBrowser for help on using the repository browser.