source: x/lib/agg.xml@ 11a83b18

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 11a83b18 was 11a83b18, checked in by Bruce Dubbs <bdubbs@…>, 11 years ago

Move goffice 0.8 to archive since nothing in the book uses it.
More tags.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@11782 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 agg-download-http
8 "http://www.antigrain.com/agg-&agg-version;.tar.gz">
9 <!ENTITY agg-download-ftp " ">
10 <!ENTITY agg-md5sum "0229a488bc47be10a2fee6cf0b2febd6">
11 <!ENTITY agg-size "552 KB">
12 <!ENTITY agg-buildsize "122 MB">
13 <!ENTITY agg-time "1.2 SBU">
14]>
15
16<sect1 id="agg" xreflabel="agg-&agg-version;">
17 <?dbhtml filename="agg.html"?>
18
19 <sect1info>
20 <othername>$LastChangedBy$</othername>
21 <date>$Date$</date>
22 </sect1info>
23
24 <title>agg-&agg-version;</title>
25
26 <indexterm zone="agg">
27 <primary sortas="a-agg">agg</primary>
28 </indexterm>
29
30 <sect2 role="package">
31 <title>Introduction to agg</title>
32
33 <para>
34 The Anti-Grain Geometry (AGG) package contains a general purpose C++
35 graphical toolkit. It can be used in many areas of computer programming
36 where high quality 2D graphics is an essential part of the project.
37 </para>
38
39 &lfs74_checked;
40
41 <bridgehead renderas="sect3">Package Information</bridgehead>
42 <itemizedlist spacing="compact">
43 <listitem>
44 <para>
45 Download (HTTP): <ulink url="&agg-download-http;"/>
46 </para>
47 </listitem>
48 <listitem>
49 <para>
50 Download (FTP): <ulink url="&agg-download-ftp;"/>
51 </para>
52 </listitem>
53 <listitem>
54 <para>
55 Download MD5 sum: &agg-md5sum;
56 </para>
57 </listitem>
58 <listitem>
59 <para>
60 Download size: &agg-size;
61 </para>
62 </listitem>
63 <listitem>
64 <para>
65 Estimated disk space required: &agg-buildsize;
66 </para>
67 </listitem>
68 <listitem>
69 <para>
70 Estimated build time: &agg-time;
71 </para>
72 </listitem>
73 </itemizedlist>
74
75 <bridgehead renderas="sect3">agg Dependencies</bridgehead>
76
77 <bridgehead renderas="sect4">Required</bridgehead>
78 <para role="required">
79 <xref linkend="pkgconfig"/>,
80 <xref linkend="sdl"/>, and
81 <xref linkend="xorg7-lib"/>
82 </para>
83
84 <para condition="html" role="usernotes">
85 User Notes: <ulink url="&blfs-wiki;/agg"/>
86 </para>
87 </sect2>
88
89 <sect2 role="installation">
90 <title>Installation of agg</title>
91
92 <para>
93 Install <application>agg</application> by running the following
94 commands:
95 </para>
96
97<screen><userinput>
98sed -i 's: -L@x_libraries@::' src/platform/X11/Makefile.am &amp;&amp;
99sed -i '/^AM_C_PROTOTYPES/d' configure.in &amp;&amp;
100
101bash autogen.sh --prefix=/usr --disable-static &amp;&amp;
102make</userinput></screen>
103
104 <para>
105 This package does not come with a test suite.
106 </para>
107
108 <para>
109 Now, as the <systemitem class="username">root</systemitem> user:
110 </para>
111
112<screen role="root"><userinput>make install</userinput></screen>
113 </sect2>
114
115 <sect2 role="commands">
116 <title>Command Explanations</title>
117
118 <para>
119 <command>sed -i 's: -L@x_libraries@::'
120 src/platform/X11/Makefile.am</command>: This fixes compiling with the
121 current Xorg Libraries.
122 </para>
123
124 <para>
125 <command>sed -i '/^AM_C_PROTOTYPES/d' configure.in</command>: this fixes
126 reconfiguring with the current version of <command>automake</command>.
127 </para>
128
129 <para>
130 <command>bash autogen.sh</command>: This script uses autotools to create
131 the configure script, then it runs configure with the given arguments.
132 </para>
133
134 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
135 href="../../xincludes/static-libraries.xml"/>
136 </sect2>
137
138 <sect2 role="content">
139 <title>Contents</title>
140
141 <segmentedlist>
142 <segtitle>Installed Programs</segtitle>
143 <segtitle>Installed Libraries</segtitle>
144 <segtitle>Installed Directory</segtitle>
145
146 <seglistitem>
147 <seg>
148 None
149 </seg>
150 <seg>
151 libagg.so,
152 libaggfontfreetype.so,
153 libaggplatformsdl.so, and
154 libaggplatformX11.so
155 </seg>
156 <seg>/usr/include/agg2</seg>
157 </seglistitem>
158 </segmentedlist>
159
160 <variablelist>
161 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
162 <?dbfo list-presentation="list"?>
163 <?dbhtml list-presentation="table"?>
164
165 <varlistentry id="libagg">
166 <term><filename class="libraryfile">libagg.so</filename></term>
167 <listitem>
168 <para>contains the AGG API functions.</para>
169 <indexterm zone="agg libagg">
170 <primary sortas="c-libagg">libagg.so</primary>
171 </indexterm>
172 </listitem>
173 </varlistentry>
174
175 <varlistentry id="libaggfontfreetype">
176 <term><filename class="libraryfile">libaggfontfreetype.so</filename></term>
177 <listitem>
178 <para>contains the AGG freetype font API functions.</para>
179 <indexterm zone="agg libaggfontfreetype">
180 <primary sortas="c-libaggfontfreetype">libaggfontfreetype.so</primary>
181 </indexterm>
182 </listitem>
183 </varlistentry>
184
185 <varlistentry id="libaggplatformsdl">
186 <term><filename class="libraryfile">libaggplatformsdl.so</filename></term>
187 <listitem>
188 <para>contains the AGG SDL API functions that.</para>
189 <indexterm zone="agg libaggplatformsdl">
190 <primary sortas="c-libaggplatformsdl">libaggplatformsdl.so</primary>
191 </indexterm>
192 </listitem>
193 </varlistentry>
194
195 <varlistentry id="libaggplatformX11">
196 <term><filename class="libraryfile">libaggplatformX11.so</filename></term>
197 <listitem>
198 <para>contains the AGG LibX11 API functions.</para>
199 <indexterm zone="agg libaggplatformX11">
200 <primary sortas="c-libaggplatformX11">libaggplatformX11.so</primary>
201 </indexterm>
202 </listitem>
203 </varlistentry>
204 </variablelist>
205 </sect2>
206</sect1>
Note: See TracBrowser for help on using the repository browser.