source: general/graphlib/libspiro.xml@ 5f34cb2

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since 5f34cb2 was 5f34cb2, checked in by Bruce Dubbs <bdubbs@…>, 4 years ago

Some graphlib and python module tags

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

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