mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-26 08:42:12 +08:00
148 lines
5.2 KiB
XML
148 lines
5.2 KiB
XML
|
<?xml version="1.0" encoding="ISO-8859-1"?>
|
||
|
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
|
||
|
"http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
|
||
|
<!ENTITY % general-entities SYSTEM "../../general.ent">
|
||
|
%general-entities;
|
||
|
|
||
|
<!ENTITY goffice-download-http "http://ftp.gnome.org/pub/GNOME/sources/goffice/0.1/goffice-&goffice-version;.tar.bz2">
|
||
|
<!ENTITY goffice-download-ftp "ftp://ftp.gnome.org/pub/GNOME/sources/goffice/0.1/goffice-&goffice-version;.tar.bz2">
|
||
|
<!ENTITY goffice-md5sum "74de4548603a35f8cdf95b52ac31d8c6">
|
||
|
<!ENTITY goffice-size "1.4 MB">
|
||
|
<!ENTITY goffice-buildsize "41.5 MB">
|
||
|
<!ENTITY goffice-time "0.9 SBU">
|
||
|
]>
|
||
|
|
||
|
<sect1 id="goffice" xreflabel="GOffice-&goffice-version;">
|
||
|
<?dbhtml filename="goffice.html"?>
|
||
|
|
||
|
<sect1info>
|
||
|
<othername>$LastChangedBy$</othername>
|
||
|
<date>$Date$</date>
|
||
|
<keywordset>
|
||
|
<keyword role="package">goffice-&goffice-version;.tar</keyword>
|
||
|
<keyword role="ftpdir">goffice</keyword>
|
||
|
</keywordset>
|
||
|
</sect1info>
|
||
|
|
||
|
<title>GOffice-&goffice-version;</title>
|
||
|
|
||
|
<indexterm zone="goffice">
|
||
|
<primary sortas="a-GOffice">GOffice</primary>
|
||
|
</indexterm>
|
||
|
|
||
|
<!--Required section-->
|
||
|
<sect2 role="package">
|
||
|
<title>Introduction to GOffice</title>
|
||
|
|
||
|
<para>The <application>GOffice</application> package contains a library of
|
||
|
<application>GLib</application>/<application>GTK</application> document
|
||
|
centric objects and utilities. This is useful for performing common
|
||
|
operations for document centric applications that are conceptually simple,
|
||
|
but complex to implement fully. Some of the operations provided by the
|
||
|
<application>GOffice</application> library include support for plugins,
|
||
|
load/save routines for application documents and undo/redo functions.</para>
|
||
|
|
||
|
<bridgehead renderas="sect3">Package Information</bridgehead>
|
||
|
<itemizedlist spacing="compact">
|
||
|
<listitem>
|
||
|
<para>Download (HTTP): <ulink url="&goffice-download-http;"/></para>
|
||
|
</listitem>
|
||
|
<listitem>
|
||
|
<para>Download (FTP): <ulink url="&goffice-download-ftp;"/></para>
|
||
|
</listitem>
|
||
|
<listitem>
|
||
|
<para>Download MD5 sum: &goffice-md5sum;</para>
|
||
|
</listitem>
|
||
|
<listitem>
|
||
|
<para>Download size: &goffice-size;</para>
|
||
|
</listitem>
|
||
|
<listitem>
|
||
|
<para>Estimated disk space required: &goffice-buildsize;</para>
|
||
|
</listitem>
|
||
|
<listitem>
|
||
|
<para>Estimated build time: &goffice-time;</para>
|
||
|
</listitem>
|
||
|
</itemizedlist>
|
||
|
|
||
|
<bridgehead renderas="sect3">GOffice Dependencies</bridgehead>
|
||
|
|
||
|
<bridgehead renderas="sect4">Required</bridgehead>
|
||
|
<para role="required"><xref linkend="libgsf"/> and
|
||
|
<xref linkend="pango"/></para>
|
||
|
|
||
|
<bridgehead renderas="sect4">Recommended (for the User Interface
|
||
|
functionality)</bridgehead>
|
||
|
<para role="recommended"><xref linkend="libglade"/> and
|
||
|
<xref linkend="libgnomeprint"/></para>
|
||
|
|
||
|
<para>Note: not installing the recommended dependencies can render the
|
||
|
<application>GOffice</application> package incapable of supporting
|
||
|
applications which depend on it. If, for whatever reason, you elect not
|
||
|
to install the recommended dependencies, you must add the
|
||
|
<option>--without-gtk</option> parameter to the <command>configure</command>
|
||
|
command in the instructions below.</para>
|
||
|
|
||
|
<bridgehead renderas="sect4">Optional</bridgehead>
|
||
|
<para role="optional"><xref linkend="cairo"/> (already installed if you
|
||
|
installed the recommended dependencies) and
|
||
|
<xref linkend="libgnomeui"/> (with <application>libgsf</application> built
|
||
|
to support GNOME by creating the
|
||
|
<filename class='libraryfile'>libgsf-gnome-1</filename> library)</para>
|
||
|
|
||
|
</sect2>
|
||
|
|
||
|
<sect2 role="installation">
|
||
|
<title>Installation of GOffice</title>
|
||
|
|
||
|
<para>Install <application>GOffice</application> by running the following
|
||
|
commands:</para>
|
||
|
|
||
|
<screen><userinput>./configure --prefix=/usr &&
|
||
|
make</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="content">
|
||
|
<title>Contents</title>
|
||
|
|
||
|
<segmentedlist>
|
||
|
<segtitle>Installed Programs</segtitle>
|
||
|
<segtitle>Installed Libraries</segtitle>
|
||
|
<segtitle>Installed Directories</segtitle>
|
||
|
|
||
|
<seglistitem>
|
||
|
<seg>None</seg>
|
||
|
<seg>libgoffice-1.so and numerous support plugins</seg>
|
||
|
<seg>/usr/include/libgoffice-1, /usr/lib/goffice,
|
||
|
/usr/share/goffice and /usr/share/pixmaps/goffice</seg>
|
||
|
</seglistitem>
|
||
|
</segmentedlist>
|
||
|
|
||
|
<variablelist>
|
||
|
<bridgehead renderas="sect3">Short Descriptions</bridgehead>
|
||
|
<?dbfo list-presentation="list"?>
|
||
|
<?dbhtml list-presentation="table"?>
|
||
|
|
||
|
<varlistentry id="libgoffice">
|
||
|
<term><filename class='libraryfile'>libgoffice-1.so</filename></term>
|
||
|
<listitem>
|
||
|
<para>contains API functions to provide support for document centric
|
||
|
objects and utilities.</para>
|
||
|
<indexterm zone="goffice libgoffice">
|
||
|
<primary sortas="c-libgoffice-1">libgoffice-1.so</primary>
|
||
|
</indexterm>
|
||
|
</listitem>
|
||
|
</varlistentry>
|
||
|
|
||
|
</variablelist>
|
||
|
|
||
|
</sect2>
|
||
|
|
||
|
</sect1>
|