2006-05-05 15:01:37 +08:00
|
|
|
<?xml version="1.0" encoding="ISO-8859-1"?>
|
2007-04-05 03:42:53 +08:00
|
|
|
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
|
|
|
|
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
|
2006-05-05 15:01:37 +08:00
|
|
|
<!ENTITY % general-entities SYSTEM "../../general.ent">
|
|
|
|
%general-entities;
|
|
|
|
|
|
|
|
<!ENTITY xbitmaps-download-http "http://xorg.freedesktop.org/releases/individual/data/xbitmaps-&xbitmaps-version;.tar.bz2">
|
2007-01-19 13:06:26 +08:00
|
|
|
<!ENTITY xbitmaps-download-ftp "ftp://ftp.x.org/pub/individual/data/xbitmaps-&xbitmaps-version;.tar.bz2">
|
2009-10-31 17:55:29 +08:00
|
|
|
<!ENTITY xbitmaps-md5sum "f9ddd4e70a5375508b3acaf17be0d0ab">
|
|
|
|
<!ENTITY xbitmaps-size "104 KB">
|
|
|
|
<!ENTITY xbitmaps-buildsize "792 KB">
|
2007-05-26 06:09:39 +08:00
|
|
|
<!ENTITY xbitmaps-time "less than 0.1 SBU">
|
2006-05-05 15:01:37 +08:00
|
|
|
|
|
|
|
]>
|
|
|
|
|
2007-02-15 01:41:56 +08:00
|
|
|
<sect1 id="xbitmaps" xreflabel="xbitmaps-&xbitmaps-version;">
|
2006-05-05 15:01:37 +08:00
|
|
|
<?dbhtml filename="xbitmaps.html"?>
|
|
|
|
|
|
|
|
<sect1info>
|
2007-01-18 20:14:27 +08:00
|
|
|
<othername>$LastChangedBy$</othername>
|
|
|
|
<date>$Date$</date>
|
2006-05-05 15:01:37 +08:00
|
|
|
</sect1info>
|
|
|
|
|
|
|
|
<title>Xbitmaps-&xbitmaps-version;</title>
|
|
|
|
|
|
|
|
<indexterm zone="xbitmaps">
|
2007-02-07 02:51:17 +08:00
|
|
|
<primary sortas="a-xbitmaps">Xbitmaps</primary>
|
2006-05-05 15:01:37 +08:00
|
|
|
</indexterm>
|
|
|
|
|
2006-08-15 21:20:49 +08:00
|
|
|
<sect2 role="package">
|
|
|
|
<title>Introduction to Xbitmaps</title>
|
|
|
|
|
|
|
|
<para>Xbitmaps provides static graphics needed by Xorg applications to
|
|
|
|
draw screen elements.</para>
|
|
|
|
|
2010-01-26 11:53:56 +08:00
|
|
|
&lfs65_checked;
|
|
|
|
|
2006-08-15 21:20:49 +08:00
|
|
|
<bridgehead renderas="sect3">Package Information</bridgehead>
|
|
|
|
<itemizedlist spacing="compact">
|
|
|
|
<listitem>
|
|
|
|
<para>Download (HTTP): <ulink url="&xbitmaps-download-http;"/></para>
|
|
|
|
</listitem>
|
|
|
|
<listitem>
|
|
|
|
<para>Download (FTP): <ulink url="&xbitmaps-download-ftp;"/></para>
|
|
|
|
</listitem>
|
|
|
|
<listitem>
|
|
|
|
<para>Download MD5 sum: &xbitmaps-md5sum;</para>
|
|
|
|
</listitem>
|
|
|
|
<listitem>
|
|
|
|
<para>Download size: &xbitmaps-size;</para>
|
|
|
|
</listitem>
|
|
|
|
<listitem>
|
|
|
|
<para>Estimated disk space required: &xbitmaps-buildsize;</para>
|
|
|
|
</listitem>
|
|
|
|
<listitem>
|
|
|
|
<para>Estimated build time: &xbitmaps-time;</para>
|
|
|
|
</listitem>
|
|
|
|
</itemizedlist>
|
|
|
|
|
|
|
|
<bridgehead renderas="sect3">Xbitmaps Dependencies</bridgehead>
|
|
|
|
|
|
|
|
<bridgehead renderas="sect4">Required</bridgehead>
|
|
|
|
<para role="required"><xref linkend="xorg7-util"/></para>
|
|
|
|
|
|
|
|
<para condition="html" role="usernotes">User Notes:
|
|
|
|
<ulink url='&blfs-wiki;/xbitmaps'/></para>
|
|
|
|
|
|
|
|
</sect2>
|
2006-05-15 13:51:34 +08:00
|
|
|
|
2006-05-05 15:01:37 +08:00
|
|
|
<sect2 role="installation">
|
|
|
|
<title>Installation of Xbitmaps</title>
|
|
|
|
|
2006-05-10 06:59:59 +08:00
|
|
|
<para>First, configure the Xbitmaps package by running the following
|
2006-05-05 15:01:37 +08:00
|
|
|
command:</para>
|
|
|
|
|
|
|
|
<screen><userinput>./configure $XORG_CONFIG</userinput></screen>
|
|
|
|
|
2006-05-18 12:10:49 +08:00
|
|
|
<para>This package does not come with a test suite.</para>
|
|
|
|
|
2006-05-05 15:01:37 +08:00
|
|
|
<para>Now install as the <systemitem class="username">root</systemitem>
|
|
|
|
user:</para>
|
|
|
|
|
2006-08-15 21:20:49 +08:00
|
|
|
<screen role="root"><userinput>make install</userinput></screen>
|
2006-05-05 15:01:37 +08:00
|
|
|
|
|
|
|
</sect2>
|
|
|
|
|
2007-02-07 00:39:39 +08:00
|
|
|
<sect2 role="content">
|
|
|
|
<title>Contents</title>
|
|
|
|
|
|
|
|
<segmentedlist>
|
|
|
|
<segtitle>Installed Programs</segtitle>
|
|
|
|
<segtitle>Installed Libraries</segtitle>
|
|
|
|
<segtitle>Installed Directory</segtitle>
|
|
|
|
|
|
|
|
<seglistitem>
|
2007-02-07 02:38:47 +08:00
|
|
|
<seg>None</seg>
|
|
|
|
<seg>None</seg>
|
2007-02-07 00:39:39 +08:00
|
|
|
<seg><envar>$XORG_PREFIX</envar>/include/X11/bitmaps</seg>
|
|
|
|
</seglistitem>
|
|
|
|
</segmentedlist>
|
|
|
|
|
|
|
|
</sect2>
|
|
|
|
|
2006-05-05 15:01:37 +08:00
|
|
|
</sect1>
|