source: x/installing/xbitmaps.xml@ 57de35d

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 57de35d was 57de35d, checked in by Pierre Labastie <pieere@…>, 10 years ago

typos

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

  • Property mode set to 100644
File size: 3.3 KB
RevLine 
[795baef]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
[a205fd0]7 <!ENTITY xbitmaps-download-http "&xorg-download-http;/data/xbitmaps-&xbitmaps-version;.tar.bz2">
8 <!ENTITY xbitmaps-download-ftp "&xorg-download-ftp;/data/xbitmaps-&xbitmaps-version;.tar.bz2">
[795baef]9 <!ENTITY xbitmaps-md5sum "7444bbbd999b53bec6a60608a5301f4c">
10 <!ENTITY xbitmaps-size "116 KB">
11 <!ENTITY xbitmaps-buildsize "855 KB">
12 <!ENTITY xbitmaps-time "less than 0.1 SBU">
13]>
14
15<sect1 id="xbitmaps" xreflabel="xbitmaps-&xbitmaps-version;">
16 <?dbhtml filename="xbitmaps.html"?>
17
18 <sect1info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
21 </sect1info>
22
23 <title>xbitmaps-&xbitmaps-version;</title>
24
25 <indexterm zone="xbitmaps">
26 <primary sortas="a-xbitmaps">xbitmaps</primary>
27 </indexterm>
28
29 <sect2 role="package">
30 <title>Introduction to xbitmaps</title>
31
[a205fd0]32 <para>
33 The <application>xbitmaps</application> package contains bitmap
34 images used by multiple applications built in Xorg chapter.
35 </para>
[795baef]36
[5f26d66f]37 &lfs74_checked;
[795baef]38
39 <bridgehead renderas="sect3">Package Information</bridgehead>
40 <itemizedlist spacing="compact">
41 <listitem>
[a205fd0]42 <para>
43 Download (HTTP): <ulink url="&xbitmaps-download-http;"/>
44 </para>
[795baef]45 </listitem>
46 <listitem>
[a205fd0]47 <para>
48 Download (FTP): <ulink url="&xbitmaps-download-ftp;"/>
49 </para>
[795baef]50 </listitem>
51 <listitem>
[a205fd0]52 <para>
53 Download MD5 sum: &xbitmaps-md5sum;
54 </para>
[795baef]55 </listitem>
56 <listitem>
[a205fd0]57 <para>
58 Download size: &xbitmaps-size;
59 </para>
[795baef]60 </listitem>
61 <listitem>
[a205fd0]62 <para>
63 Estimated disk space required: &xbitmaps-buildsize;
64 </para>
[795baef]65 </listitem>
66 <listitem>
[a205fd0]67 <para>
68 Estimated build time: &xbitmaps-time;
69 </para>
[795baef]70 </listitem>
71 </itemizedlist>
72
[12710915]73 <bridgehead renderas="sect3">xbitmaps Dependencies</bridgehead>
74
75 <bridgehead renderas="sect4">Required</bridgehead>
76 <para role="required">
77 <xref linkend="xorg-env"/> (should be set for the following instructions
78 to work)
79 </para>
80
[795baef]81 <para condition="html" role="usernotes">User Notes:
[a205fd0]82 <ulink url="&blfs-wiki;/xbitmaps"/>
83 </para>
[795baef]84 </sect2>
85
86 <sect2 role="installation">
87 <title>Installation of xbitmaps</title>
88
[a205fd0]89 <para>
90 Install <application>xbitmaps</application> by running the
91 following commands:
92 </para>
[795baef]93
[7e4aead]94<screen><userinput>./configure $XORG_CONFIG</userinput></screen>
[795baef]95
[a205fd0]96 <para>
97 This package does not come with a test suite.
98 </para>
[795baef]99
[a205fd0]100 <para>
101 Now, as the <systemitem class="username">root</systemitem> user:
102 </para>
[795baef]103
104<screen role="root"><userinput>make install</userinput></screen>
105
106 </sect2>
107
108 <sect2 role="content">
109 <title>Contents</title>
110
111 <segmentedlist>
[1263ab1e]112 <segtitle>Installed Programs</segtitle>
113 <segtitle>Installed Libraries</segtitle>
[a205fd0]114 <segtitle>Installed Directory</segtitle>
[795baef]115
116 <seglistitem>
[1263ab1e]117 <seg>None</seg>
118 <seg>None</seg>
119 <seg><envar>$XORG_PREFIX</envar>/include/X11/bitmaps</seg>
[795baef]120 </seglistitem>
121 </segmentedlist>
122
123 </sect2>
124
125</sect1>
Note: See TracBrowser for help on using the repository browser.