mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-24 15:12:11 +08:00
Added GPM as an optional dependency of AAlib
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@2610 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
87efe3754f
commit
9a7970cd23
@ -1,4 +1,4 @@
|
||||
<!ENTITY day "13">
|
||||
<!ENTITY day "15">
|
||||
<!ENTITY month "08">
|
||||
<!ENTITY year "2004">
|
||||
<!ENTITY version "svn-&year;&month;&day;">
|
||||
|
@ -5,11 +5,10 @@
|
||||
%general-entities;
|
||||
|
||||
<!ENTITY aalib-download-http "http://prdownloads.sourceforge.net/aa-project/aalib-&aalib-version;.tar.gz">
|
||||
<!ENTITY aalib-download-ftp " ">
|
||||
<!ENTITY aalib-download-ftp "ftp://ftp.ratmir.tver.ru/pub/FreeBsd/ports/distfiles/aalib-&aalib-version;.tar.gz">
|
||||
<!ENTITY aalib-size "388 KB">
|
||||
<!ENTITY aalib-buildsize "6.5 MB">
|
||||
<!ENTITY aalib-time "0.15 SBU">
|
||||
|
||||
]>
|
||||
|
||||
<sect1 id="aalib" xreflabel="AAlib-&aalib-version;">
|
||||
@ -39,10 +38,11 @@ url="&aalib-download-ftp;"/></para></listitem>
|
||||
&aalib-time;</para></listitem></itemizedlist>
|
||||
</sect3>
|
||||
|
||||
|
||||
<sect3><title><application>AAlib</application> dependencies</title>
|
||||
<sect4><title>Optional</title>
|
||||
<para>X (<xref linkend="xfree86"/> or <xref linkend="xorg"/>) and <xref linkend="slang"/></para></sect4>
|
||||
<para>X (<xref linkend="xfree86"/> or <xref linkend="xorg"/>),
|
||||
<xref linkend="slang"/> and
|
||||
<xref linkend="gpm"/></para></sect4>
|
||||
</sect3>
|
||||
|
||||
</sect2>
|
||||
@ -62,24 +62,29 @@ make install</command></userinput></screen>
|
||||
<sect2>
|
||||
<title>Contents</title>
|
||||
|
||||
<para>The <application>AAlib</application> package contains the <filename>libaa</filename> libraries, <command>aalib-config</command>,
|
||||
<command>aainfo</command>, <command>aatest</command> and
|
||||
<command>aasavefont</command>.</para>
|
||||
<para>The <application>AAlib</application> package contains the
|
||||
<filename class='libraryfile'>libaa</filename> libraries,
|
||||
<command>aalib-config</command>,
|
||||
<command>aainfo</command>,
|
||||
<command>aatest</command>,
|
||||
<command>aasavefont</command> and
|
||||
<command>aafire</command>.</para>
|
||||
|
||||
</sect2>
|
||||
|
||||
<sect2><title>Description</title>
|
||||
|
||||
<sect3><title>ASCII Art libraries</title>
|
||||
<para>The ASCII Art library is a collection of routines to render any
|
||||
graphical input in portable format to ASCII Art. It can be used through
|
||||
many programs and has a very well documented <acronym>API</acronym>, so you
|
||||
can easily put it into your own programs.</para></sect3>
|
||||
<para>The <acronym>ASCII</acronym> Art library is a collection of routines to
|
||||
render any graphical input in portable format to <acronym>ASCII</acronym> Art.
|
||||
It can be used through many programs and has a very well documented
|
||||
<acronym>API</acronym>, so you can easily put it into your own programs.</para>
|
||||
</sect3>
|
||||
|
||||
<sect3><title>aalib-config</title>
|
||||
<para><command>aalib-config</command> provides configuration info for
|
||||
<application>AAlib</application>.
|
||||
</para></sect3>
|
||||
<application>AAlib</application>.</para></sect3>
|
||||
|
||||
<sect3><title>aainfo</title>
|
||||
<para><command>aainfo</command> provides information for your current settings
|
||||
related to <application>AAlib</application>.</para></sect3>
|
||||
|
@ -22,6 +22,9 @@ who wrote what.</para>
|
||||
|
||||
<itemizedlist>
|
||||
|
||||
<listitem><para>August 15th, 2004 [randy]: Added GPM as an optional
|
||||
dependency to AAlib.</para></listitem>
|
||||
|
||||
<listitem><para>August 13th, 2004 [randy]: Minor modifications to
|
||||
kdeadmin and kdepim.</para></listitem>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user