source: general/graphlib/freetype2.xml@ 19bf3801

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 6.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 19bf3801 was 3a0d3cf8, checked in by Randy McMurchy <randy@…>, 19 years ago

Updated build entities and added indexing tags to expat and FreeType

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

  • Property mode set to 100644
File size: 3.5 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
3 "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
7<!ENTITY freetype2-download-http "http://prdownloads.sourceforge.net/freetype/freetype-&freetype2-version;.tar.bz2">
8<!ENTITY freetype2-download-ftp " ">
9<!ENTITY freetype2-md5sum "ec1b903e4be5f073caa72458ea58c29c">
10<!ENTITY freetype2-size "970 KB">
11<!ENTITY freetype2-buildsize "20.1 MB">
12<!ENTITY freetype2-time "0.29 SBU">
13]>
14
15<sect1 id="freetype2" xreflabel="FreeType-&freetype2-version;">
16<sect1info>
17<othername>$LastChangedBy$</othername>
18<date>$Date$</date>
19</sect1info>
20<?dbhtml filename="freetype2.html"?>
21<title>FreeType-&freetype2-version;</title>
22<indexterm zone="freetype2">
23<primary sortas="a-FreeType">FreeType</primary></indexterm>
24
25<sect2>
26<title>Introduction to <application>FreeType2</application></title>
27
28<para>The <application>FreeType2</application> package contains a library to
29allow applications to properly render
30<application>TrueType</application> fonts.</para>
31
32<sect3><title>Package information</title>
33<itemizedlist spacing='compact'>
34<listitem><para>Download (HTTP): <ulink
35url="&freetype2-download-http;"/></para></listitem>
36<listitem><para>Download (FTP): <ulink
37url="&freetype2-download-ftp;"/></para></listitem>
38<listitem><para>Download MD5 sum: &freetype2-md5sum;</para></listitem>
39<listitem><para>Download size: &freetype2-size;</para></listitem>
40<listitem><para>Estimated disk space required:
41&freetype2-buildsize;</para></listitem>
42<listitem><para>Estimated build time:
43&freetype2-time;</para></listitem></itemizedlist>
44</sect3>
45
46<sect3><title>Additional downloads</title>
47<itemizedlist spacing='compact'>
48<listitem><para>Recommended patch: <ulink
49url="&patch-root;/freetype-&freetype2-version;-bytecode_interpreter-1.patch"/>
50</para></listitem>
51</itemizedlist></sect3>
52
53</sect2>
54
55<sect2>
56<title>Installation of <application>FreeType2</application></title>
57
58<para>Install <application>FreeType2</application> by running the following
59commands:</para>
60
61<screen><userinput><command>patch -Np1 -i ../freetype-&freetype2-version;-bytecode_interpreter-1.patch &amp;&amp;
62./configure --prefix=/usr &amp;&amp;
63make</command></userinput></screen>
64
65<para>Now, as the root user:</para>
66
67<screen><userinput role='root'><command>make install</command></userinput></screen>
68
69</sect2>
70
71<sect2>
72<title>Contents</title>
73
74<segmentedlist>
75<segtitle>Installed Program</segtitle>
76<segtitle>Installed Library</segtitle>
77<segtitle>Installed Directory</segtitle>
78
79<seglistitem>
80<seg>freetype-config</seg>
81<seg>libfreetype.[so,a]</seg>
82<seg>/usr/include/freetype2</seg>
83</seglistitem>
84</segmentedlist>
85
86<variablelist>
87<bridgehead renderas="sect3">Short Descriptions</bridgehead>
88<?dbfo list-presentation="list"?>
89
90<varlistentry id="freetype-config">
91<term><command>freetype-config</command></term>
92<listitem><para>is used to get <application>FreeType</application> compilation
93and linking information.</para>
94<indexterm zone="freetype2 freetype-config">
95<primary sortas="b-freetype-config">freetype-config</primary>
96</indexterm></listitem>
97</varlistentry>
98
99<varlistentry id="libfreetype">
100<term><filename class='libraryfile'>libfreetype.[so,a]</filename></term>
101<listitem><para>contains functions to add <application>TrueType</application>
102font capabilities to the X Window system.</para>
103<indexterm zone="freetype2 libfreetype">
104<primary sortas="c-libfreetype">libfreetype.[so,a]</primary>
105</indexterm></listitem>
106</varlistentry>
107</variablelist>
108
109</sect2>
110
111</sect1>
Note: See TracBrowser for help on using the repository browser.