source: x/installing/x7font.xml@ 4487494

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 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 4487494 was 4487494, checked in by Dan Nichilson <dnicholson@…>, 17 years ago

Reworked Xorg download links

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

  • Property mode set to 100644
File size: 5.3 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 x7fonts-download-http "http://xorg.freedesktop.org/releases/individual/font/">
8 <!ENTITY x7fonts-download-ftp "ftp://ftp.x.org/pub/individual/font/">
9 <!ENTITY x7fonts-wget "&files-anduin;/xorg/font-&xorg7-version;.wget">
10 <!ENTITY x7fonts-md5sum "&files-anduin;/xorg/md5sums-&xorg7-version;">
11 <!ENTITY x7fonts-size "13.0 MB">
12 <!ENTITY x7fonts-buildsize "100 MB">
13 <!ENTITY x7fonts-time "2.0 SBU">
14]>
15
16<sect1 id="xorg7-font" xreflabel="Xorg Fonts">
17 <?dbhtml filename="x7font.html"?>
18
19 <sect1info>
20 <othername>$LastChangedBy$</othername>
21 <date>$Date$</date>
22 </sect1info>
23
24 <title>Xorg Fonts</title>
25
26 <indexterm zone="xorg7-font">
27 <primary sortas="a-xorg7-font">Xorg Fonts</primary>
28 </indexterm>
29
30 <sect2 role="package">
31 <title>Introduction to Xorg Fonts</title>
32
33 <para>The <application>Xorg</application> font packages provide
34 needed fonts to the <application>Xorg</application> applications.</para>
35
36 <bridgehead renderas="sect3">Package Information</bridgehead>
37 <itemizedlist spacing="compact">
38 <listitem>
39 <para>Download (HTTP): <ulink url="&x7fonts-download-http;"/></para>
40 </listitem>
41 <listitem>
42 <para>Download (FTP): <ulink url="&x7fonts-download-ftp;"/></para>
43 </listitem>
44 <listitem>
45 <para>Download MD5 sum: <ulink url="&x7fonts-md5sum;"/></para>
46 </listitem>
47 <listitem>
48 <para>Download size: &x7fonts-size;</para>
49 </listitem>
50 <listitem>
51 <para>Estimated disk space required: &x7fonts-buildsize;</para>
52 </listitem>
53 <listitem>
54 <para>Estimated build time: &x7fonts-time;</para>
55 </listitem>
56 </itemizedlist>
57
58 <bridgehead renderas="sect3">Additional Downloads</bridgehead>
59 <itemizedlist spacing="compact">
60 <listitem>
61 <para>Required download list: <ulink url="&x7fonts-wget;"/></para>
62 </listitem>
63 </itemizedlist>
64
65 <bridgehead renderas="sect4">Required</bridgehead>
66 <para role="required"><xref linkend="xorg7-data"/> and
67 <xref linkend="xorg7-app"/></para>
68
69 <para condition="html" role="usernotes">User Notes:
70 <ulink url='&blfs-wiki;/Xorg7Fonts'/></para>
71
72 </sect2>
73
74 <sect2>
75 <title>Downloading Xorg Fonts</title>
76
77 <para>To download the needed files using <application>wget</application>,
78 use the following commands:</para>
79
80<screen><userinput>mkdir font &amp;&amp;
81cd font &amp;&amp;
82grep -v '^#' ../font-&xorg7-version;.wget | wget -i- \
83 -B http://xorg.freedesktop.org/releases/individual/font/</userinput></screen>
84
85 </sect2>
86
87 <sect2 role="installation">
88 <title>Installation of Xorg Fonts</title>
89
90 <para>Run the following commands for each package:</para>
91
92<screen><userinput>./configure $XORG_CONFIG &amp;&amp;
93make</userinput></screen>
94
95 <para>These packages do not provide test suites.</para>
96
97 <para>Now as the <systemitem class="username">root</systemitem>
98 user:</para>
99
100<screen role="root"><userinput>make install</userinput></screen>
101
102 <para>When all of the fonts have been installed, the system must be
103 configured so that <application>Fontconfig</application> can find the
104 TrueType fonts since they are outside of the default search path of
105 <filename class="directory">/usr/share/fonts</filename>. Make symlinks
106 to the <application>Xorg</application> TrueType font directories by
107 running the following commands as the
108 <systemitem class="username">root</systemitem> user:</para>
109
110<screen role="root"><userinput>install -v -d -m755 /usr/share/fonts &amp;&amp;
111ln -svn $XORG_PREFIX/lib/X11/fonts/OTF /usr/share/fonts/X11-OTF &amp;&amp;
112ln -svn $XORG_PREFIX/lib/X11/fonts/TTF /usr/share/fonts/X11-TTF</userinput></screen>
113
114 </sect2>
115
116 <sect2 role="content">
117 <title>Contents</title>
118
119 <segmentedlist>
120 <segtitle>Installed Programs</segtitle>
121 <segtitle>Installed Libraries</segtitle>
122 <segtitle>Installed Directories</segtitle>
123
124 <seglistitem>
125 <seg>bdftruncate and ucs2any</seg>
126 <seg>None</seg>
127 <seg><envar>$XORG_PREFIX</envar>/fonts and
128 /usr/share/fonts/X11-{TTF,OTF}</seg>
129 </seglistitem>
130 </segmentedlist>
131
132 <variablelist>
133 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
134 <?dbfo list-presentation="list"?>
135 <?dbhtml list-presentation="table"?>
136
137 <varlistentry id="bdftruncate-x7">
138 <term><command>bdftruncate</command></term>
139 <listitem>
140 <para>generates a truncated BDF font from an ISO 10646-1-encoded
141 BDF font.</para>
142 <indexterm zone="xorg7-font bdftruncate-x7">
143 <primary sortas="b-bdftruncate">bdftruncate</primary>
144 </indexterm>
145 </listitem>
146 </varlistentry>
147
148 <varlistentry id="ucs2any-x7">
149 <term><command>ucs2any</command></term>
150 <listitem>
151 <para>generates BDF fonts containing subsets of ISO 10646-1
152 codepoints.</para>
153 <indexterm zone="xorg7-font ucs2any-x7">
154 <primary sortas="b-ucs2any">ucs2any</primary>
155 </indexterm>
156 </listitem>
157 </varlistentry>
158
159 </variablelist>
160
161 </sect2>
162
163</sect1>
Note: See TracBrowser for help on using the repository browser.