source: x/lib/agg.xml@ adf6dd9a

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 7.10 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 adf6dd9a was adf6dd9a, checked in by Bruce Dubbs <bdubbs@…>, 10 years ago

Archive unneeded packages: pkgconfig,

bc, ibus, udev, slib, gamin, and notify-python

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@12015 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="sdl"/> and
80 <xref linkend="xorg7-lib"/>
81 </para>
82
83 <para condition="html" role="usernotes">
84 User Notes: <ulink url="&blfs-wiki;/agg"/>
85 </para>
86 </sect2>
87
88 <sect2 role="installation">
89 <title>Installation of agg</title>
90
91 <para>
92 Install <application>agg</application> by running the following
93 commands:
94 </para>
95
96<screen><userinput>
97sed -i 's: -L@x_libraries@::' src/platform/X11/Makefile.am &amp;&amp;
98sed -i '/^AM_C_PROTOTYPES/d' configure.in &amp;&amp;
99
100bash autogen.sh --prefix=/usr --disable-static &amp;&amp;
101make</userinput></screen>
102
103 <para>
104 This package does not come with a test suite.
105 </para>
106
107 <para>
108 Now, as the <systemitem class="username">root</systemitem> user:
109 </para>
110
111<screen role="root"><userinput>make install</userinput></screen>
112 </sect2>
113
114 <sect2 role="commands">
115 <title>Command Explanations</title>
116
117 <para>
118 <command>sed -i 's: -L@x_libraries@::'
119 src/platform/X11/Makefile.am</command>: This fixes compiling with the
120 current Xorg Libraries.
121 </para>
122
123 <para>
124 <command>sed -i '/^AM_C_PROTOTYPES/d' configure.in</command>: this fixes
125 reconfiguring with the current version of <command>automake</command>.
126 </para>
127
128 <para>
129 <command>bash autogen.sh</command>: This script uses autotools to create
130 the configure script, then it runs configure with the given arguments.
131 </para>
132
133 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
134 href="../../xincludes/static-libraries.xml"/>
135 </sect2>
136
137 <sect2 role="content">
138 <title>Contents</title>
139
140 <segmentedlist>
141 <segtitle>Installed Programs</segtitle>
142 <segtitle>Installed Libraries</segtitle>
143 <segtitle>Installed Directory</segtitle>
144
145 <seglistitem>
146 <seg>
147 None
148 </seg>
149 <seg>
150 libagg.so,
151 libaggfontfreetype.so,
152 libaggplatformsdl.so, and
153 libaggplatformX11.so
154 </seg>
155 <seg>/usr/include/agg2</seg>
156 </seglistitem>
157 </segmentedlist>
158
159 <variablelist>
160 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
161 <?dbfo list-presentation="list"?>
162 <?dbhtml list-presentation="table"?>
163
164 <varlistentry id="libagg">
165 <term><filename class="libraryfile">libagg.so</filename></term>
166 <listitem>
167 <para>contains the AGG API functions.</para>
168 <indexterm zone="agg libagg">
169 <primary sortas="c-libagg">libagg.so</primary>
170 </indexterm>
171 </listitem>
172 </varlistentry>
173
174 <varlistentry id="libaggfontfreetype">
175 <term><filename class="libraryfile">libaggfontfreetype.so</filename></term>
176 <listitem>
177 <para>contains the AGG freetype font API functions.</para>
178 <indexterm zone="agg libaggfontfreetype">
179 <primary sortas="c-libaggfontfreetype">libaggfontfreetype.so</primary>
180 </indexterm>
181 </listitem>
182 </varlistentry>
183
184 <varlistentry id="libaggplatformsdl">
185 <term><filename class="libraryfile">libaggplatformsdl.so</filename></term>
186 <listitem>
187 <para>contains the AGG SDL API functions that.</para>
188 <indexterm zone="agg libaggplatformsdl">
189 <primary sortas="c-libaggplatformsdl">libaggplatformsdl.so</primary>
190 </indexterm>
191 </listitem>
192 </varlistentry>
193
194 <varlistentry id="libaggplatformX11">
195 <term><filename class="libraryfile">libaggplatformX11.so</filename></term>
196 <listitem>
197 <para>contains the AGG LibX11 API functions.</para>
198 <indexterm zone="agg libaggplatformX11">
199 <primary sortas="c-libaggplatformX11">libaggplatformX11.so</primary>
200 </indexterm>
201 </listitem>
202 </varlistentry>
203 </variablelist>
204 </sect2>
205</sect1>
Note: See TracBrowser for help on using the repository browser.