mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-03 23:07:23 +08:00
Tagged libgsf.xml
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@3911 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
41affe68fe
commit
feb20277ae
@ -73,8 +73,8 @@
|
||||
<para>Install <application>libglade</application> by running the following
|
||||
commands:</para>
|
||||
|
||||
<screen><userinput><command>./configure --prefix=/usr &&
|
||||
make</command></userinput></screen>
|
||||
<screen><userinput>./configure --prefix=/usr &&
|
||||
make</userinput></screen>
|
||||
|
||||
<para>Now, as the <systemitem class="username">root</systemitem> user:</para>
|
||||
|
||||
|
@ -4,91 +4,101 @@
|
||||
<!ENTITY % general-entities SYSTEM "../../general.ent">
|
||||
%general-entities;
|
||||
|
||||
<!ENTITY libgsf-download-http "http://ftp.gnome.org/pub/gnome/sources/libgsf/1.11/libgsf-&libgsf-version;.tar.bz2">
|
||||
<!ENTITY libgsf-download-ftp "ftp://ftp.gnome.org/pub/gnome/sources/libgsf/1.11/libgsf-&libgsf-version;.tar.bz2">
|
||||
<!ENTITY libgsf-md5sum "b6d867f46e20dca5c6bf2cf3bfc38cfc">
|
||||
<!ENTITY libgsf-size "413 KB">
|
||||
<!ENTITY libgsf-buildsize "10.6 MB">
|
||||
<!ENTITY libgsf-time "0.3 SBU">
|
||||
<!ENTITY libgsf-download-http "http://ftp.gnome.org/pub/gnome/sources/libgsf/1.11/libgsf-&libgsf-version;.tar.bz2">
|
||||
<!ENTITY libgsf-download-ftp "ftp://ftp.gnome.org/pub/gnome/sources/libgsf/1.11/libgsf-&libgsf-version;.tar.bz2">
|
||||
<!ENTITY libgsf-md5sum "b6d867f46e20dca5c6bf2cf3bfc38cfc">
|
||||
<!ENTITY libgsf-size "413 KB">
|
||||
<!ENTITY libgsf-buildsize "10.6 MB">
|
||||
<!ENTITY libgsf-time "0.3 SBU">
|
||||
]>
|
||||
|
||||
<sect1 id="libgsf" xreflabel="libgsf-&libgsf-version;">
|
||||
<sect1info>
|
||||
<othername>$LastChangedBy$</othername>
|
||||
<date>$Date$</date>
|
||||
</sect1info>
|
||||
<?dbhtml filename="libgsf.html"?>
|
||||
<title>libgsf-&libgsf-version;</title>
|
||||
<indexterm zone="libgsf">
|
||||
<primary sortas="a-Libgsf">Libgsf</primary></indexterm>
|
||||
<?dbhtml filename="libgsf.html"?>
|
||||
|
||||
<sect1info>
|
||||
<othername>$LastChangedBy$</othername>
|
||||
<date>$Date$</date>
|
||||
</sect1info>
|
||||
|
||||
<title>Libgsf-&libgsf-version;</title>
|
||||
|
||||
<indexterm zone="libgsf">
|
||||
<primary sortas="a-Libgsf">Libgsf</primary>
|
||||
</indexterm>
|
||||
|
||||
<sect2>
|
||||
<title>Introduction to <application>libgsf</application></title>
|
||||
<sect2 role="package">
|
||||
<title>Introduction to Libgsf</title>
|
||||
|
||||
<para>The <application>libgsf</application> package contains
|
||||
<filename class="libraryfile">libgsf</filename> libraries. These are useful for
|
||||
providing an extensible input/output abstraction layer for structured file
|
||||
formats.</para>
|
||||
|
||||
<bridgehead renderas="sect3">Package Information</bridgehead>
|
||||
<itemizedlist spacing="compact">
|
||||
<listitem>
|
||||
<para>Download (HTTP): <ulink url="&libgsf-download-http;"/></para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>Download (FTP): <ulink url="&libgsf-download-ftp;"/></para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>Download MD5 sum: &libgsf-md5sum;</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>Download size: &libgsf-size;</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>Estimated disk space required: &libgsf-buildsize;</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>Estimated build time: &libgsf-time;</para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
|
||||
<bridgehead renderas="sect3">Libgsf Dependencies</bridgehead>
|
||||
|
||||
<bridgehead renderas="sect4">Required</bridgehead>
|
||||
<para><xref linkend="glib2"/> and
|
||||
<xref linkend="libxml2"/></para>
|
||||
|
||||
<bridgehead renderas="sect4">Optional</bridgehead>
|
||||
<para><xref linkend="gnome-vfs"/> (required for GNOME-2 support) and
|
||||
<xref linkend="gtk-doc"/></para>
|
||||
|
||||
<para>The <application>libgsf</application> package contains
|
||||
<filename class="libraryfile">libgsf</filename> libraries. These are useful for
|
||||
providing an extensible input/output abstraction layer for structured file
|
||||
formats.</para>
|
||||
</sect2>
|
||||
|
||||
<sect2 role="installation">
|
||||
<title>Installation of Libgsf</title>
|
||||
|
||||
<sect3><title>Package information</title>
|
||||
<itemizedlist spacing='compact'>
|
||||
<listitem><para>Download (HTTP):
|
||||
<ulink url="&libgsf-download-http;"/></para></listitem>
|
||||
<listitem><para>Download (FTP):
|
||||
<ulink url="&libgsf-download-ftp;"/></para></listitem>
|
||||
<listitem><para>Download MD5 sum: &libgsf-md5sum;</para></listitem>
|
||||
<listitem><para>Download size: &libgsf-size;</para></listitem>
|
||||
<listitem><para>Estimated disk space required:
|
||||
&libgsf-buildsize;</para></listitem>
|
||||
<listitem><para>Estimated build time:
|
||||
&libgsf-time;</para></listitem></itemizedlist>
|
||||
</sect3>
|
||||
<para>Install <application>libgsf</application> by running the following
|
||||
commands:</para>
|
||||
|
||||
<sect3><title><application>libgsf</application> dependencies</title>
|
||||
<sect4><title>Required</title>
|
||||
<para><xref linkend="glib2"/> and
|
||||
<xref linkend="libxml2"/></para>
|
||||
</sect4>
|
||||
<screen><userinput>./configure --prefix=/usr &&
|
||||
make</userinput></screen>
|
||||
|
||||
<para>Now, as the <systemitem class="username">root</systemitem> user:</para>
|
||||
|
||||
<screen role="root"><userinput>make install</userinput></screen>
|
||||
|
||||
<sect4><title>Optional</title>
|
||||
<para><xref linkend="gnome-vfs"/> (required for GNOME-2 support) and
|
||||
<xref linkend="gtk-doc"/></para>
|
||||
</sect4>
|
||||
</sect3>
|
||||
|
||||
</sect2>
|
||||
|
||||
<sect2>
|
||||
<title>Installation of <application>libgsf</application></title>
|
||||
|
||||
<para>Install <application>libgsf</application> by running the following
|
||||
commands:</para>
|
||||
|
||||
<screen><userinput><command>./configure --prefix=/usr &&
|
||||
make</command></userinput></screen>
|
||||
|
||||
<para>Now, as the root user:</para>
|
||||
|
||||
<screen><userinput role='root'><command>make install</command></userinput></screen>
|
||||
|
||||
</sect2>
|
||||
|
||||
<sect2>
|
||||
<title>Contents</title>
|
||||
|
||||
<segmentedlist>
|
||||
<segtitle>Installed Programs</segtitle>
|
||||
<segtitle>Installed Libraries</segtitle>
|
||||
<segtitle>Installed Directories</segtitle>
|
||||
|
||||
<seglistitem>
|
||||
<seg>None</seg>
|
||||
<seg>libgsf-1.[so,a] and optionally, libgsf-gnome-1.[so,a]</seg>
|
||||
<seg>/usr/include/libgsf-1 and /usr/share/gtk-doc/html/gsf</seg>
|
||||
</seglistitem>
|
||||
</segmentedlist>
|
||||
|
||||
</sect2>
|
||||
</sect2>
|
||||
|
||||
<sect2>
|
||||
<title>Contents</title>
|
||||
|
||||
<segmentedlist>
|
||||
<segtitle>Installed Programs</segtitle>
|
||||
<segtitle>Installed Libraries</segtitle>
|
||||
<segtitle>Installed Directories</segtitle>
|
||||
|
||||
<seglistitem>
|
||||
<seg>None</seg>
|
||||
<seg>libgsf-1.[so,a] and optionally, libgsf-gnome-1.[so,a]</seg>
|
||||
<seg>/usr/include/libgsf-1 and /usr/share/gtk-doc/html/gsf</seg>
|
||||
</seglistitem>
|
||||
</segmentedlist>
|
||||
|
||||
</sect2>
|
||||
|
||||
</sect1>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user