mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-25 07:42:13 +08:00
6732c09460
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@6716 af4574ff-66df-0310-9fd7-8a98e5e911e0
129 lines
3.9 KiB
XML
129 lines
3.9 KiB
XML
<?xml version="1.0" encoding="ISO-8859-1"?>
|
|
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
|
|
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
|
|
<!ENTITY % general-entities SYSTEM "../../general.ent">
|
|
%general-entities;
|
|
|
|
<!ENTITY gal1-download-http "&gnome-download-http;/gal/&gal1-version;/gal-&gal1-version;.tar.bz2">
|
|
<!ENTITY gal1-download-ftp "&gnome-download-ftp;/gal/&gal1-version;/gal-&gal1-version;.tar.bz2">
|
|
<!ENTITY gal1-md5sum "9f9790d4e8763c4ce74e5d59f47aa509">
|
|
<!ENTITY gal1-size "1.0 MB">
|
|
<!ENTITY gal1-buildsize "52 MB">
|
|
<!ENTITY gal1-time "1.0 SBU">
|
|
]>
|
|
|
|
<sect1 id="gal1" xreflabel="GAL-&gal1-version;">
|
|
<?dbhtml filename="gal1.html"?>
|
|
|
|
<sect1info>
|
|
<othername>$LastChangedBy$</othername>
|
|
<date>$Date$</date>
|
|
</sect1info>
|
|
|
|
<title>GAL-&gal1-version;</title>
|
|
|
|
<indexterm zone="gal1">
|
|
<primary sortas="a-GAL-1">GAL-1</primary>
|
|
</indexterm>
|
|
|
|
<sect2 role="package">
|
|
<title>Introduction to GAL</title>
|
|
|
|
<para>The <application>GAL</application> package contains library
|
|
functions that came from <application>Gnumeric</application> and
|
|
<application>Evolution</application>. GAL is short for
|
|
<application>GNOME</application> Application Libs.</para>
|
|
|
|
<bridgehead renderas="sect3">Package Information</bridgehead>
|
|
<itemizedlist spacing="compact">
|
|
<listitem>
|
|
<para>Download (HTTP): <ulink url="&gal1-download-http;"/></para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>Download (FTP): <ulink url="&gal1-download-ftp;"/></para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>Download MD5 sum: &gal1-md5sum;</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>Download size: &gal1-size;</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>Estimated disk space required: &gal1-buildsize;</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>Estimated build time: &gal1-time;</para>
|
|
</listitem>
|
|
</itemizedlist>
|
|
|
|
<bridgehead renderas="sect3">GAL Dependencies</bridgehead>
|
|
|
|
<bridgehead renderas="sect4">Required</bridgehead>
|
|
<para role="required"><xref linkend="gnome-print"/> and
|
|
<xref linkend="libglade14"/></para>
|
|
|
|
<bridgehead renderas="sect4">Optional</bridgehead>
|
|
<para role="optional"><xref linkend="gnome-vfs1"/> and
|
|
<xref linkend="gtk-doc"/></para>
|
|
|
|
<para condition="html" role="usernotes">User Notes:
|
|
<ulink url="&blfs-wiki;/gal1"/></para>
|
|
|
|
</sect2>
|
|
|
|
<sect2 role="installation">
|
|
<title>Installation of GAL</title>
|
|
|
|
<para>Install <application>GAL</application> by running the
|
|
following commands:</para>
|
|
|
|
<screen><userinput>./configure --prefix=/opt/gnome-1.4 &&
|
|
make</userinput></screen>
|
|
|
|
<para>If you have <application>GTK-Doc</application> installed and wish
|
|
to build the HTML documentation, issue the following commands:</para>
|
|
|
|
<screen><userinput>cd docs &&
|
|
make templates &&
|
|
make sgml &&
|
|
make html &&
|
|
cd ..</userinput></screen>
|
|
|
|
<para>This package does not come with a test suite.</para>
|
|
|
|
<para>Now, as the <systemitem class="username">root</systemitem> user:</para>
|
|
|
|
<screen role='root'><userinput>make install</userinput></screen>
|
|
|
|
</sect2>
|
|
|
|
<sect2 role="commands">
|
|
<title>Command Explanations</title>
|
|
|
|
<para><parameter>--prefix=/opt/gnome-1.4</parameter>: Installs
|
|
<application>GAL</application> in the
|
|
<application>GNOME</application> 1.4 directory structure.</para>
|
|
|
|
</sect2>
|
|
|
|
<sect2 role="content">
|
|
<title>Contents</title>
|
|
|
|
<segmentedlist>
|
|
<segtitle>Installed Programs</segtitle>
|
|
<segtitle>Installed Libraries</segtitle>
|
|
<segtitle>Installed Directories</segtitle>
|
|
|
|
<seglistitem>
|
|
<seg>None</seg>
|
|
<seg>libgal.{so,a}</seg>
|
|
<seg>/opt/gnome-1.4/include/gal-1.0,
|
|
/opt/gnome-1.4/share/etable and
|
|
/opt/gnome-1.4/share/gal</seg>
|
|
</seglistitem>
|
|
</segmentedlist>
|
|
|
|
</sect2>
|
|
|
|
</sect1>
|