mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-24 06:52:14 +08:00
Modified the Gnumeric dependencies to account for GOffice now being an internal dependency and removed the redundant libgsf dependency
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@5490 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
abddec5517
commit
2e19617d2e
@ -61,15 +61,14 @@
|
||||
<bridgehead renderas="sect3">Gnumeric Dependencies</bridgehead>
|
||||
|
||||
<bridgehead renderas="sect4">Required</bridgehead>
|
||||
<para role="required"><xref linkend="libgnomeprintui"/>,
|
||||
<xref linkend="libgsf"/> and
|
||||
<ulink url="http://ftp.gnome.org/pub/gnome/sources/goffice/0.1/">goffice</ulink></para>
|
||||
<para role="required"><xref linkend="libgnomeprintui"/> and
|
||||
<xref linkend="goffice"/></para>
|
||||
|
||||
<bridgehead renderas="sect4">Optional</bridgehead>
|
||||
<para role="optional"><xref linkend="python"/>,
|
||||
<ulink url="http://www.pygtk.org/">PyGTK</ulink>,
|
||||
<xref linkend="libgnomeui"/>, <xref linkend="gnome-doc-utils"/> (to
|
||||
convert the help documentation into html),
|
||||
convert the help documentation into HTML),
|
||||
<ulink url="http://www.gnome-db.org/download.php">libgnomedb</ulink>
|
||||
(requires <ulink url="http://www.gnome-db.org/download.php">libgda</ulink>),
|
||||
<ulink url="http://pxlib.sourceforge.net/">pxlib</ulink> and
|
||||
@ -99,16 +98,16 @@ make</userinput></screen>
|
||||
|
||||
<screen role='root'><userinput>make install</userinput></screen>
|
||||
|
||||
<para>If you have <xref linkend="gnome-doc-utils"/> installed you can convert the xml
|
||||
help files into html with the command:</para>
|
||||
<para>If you have <xref linkend="gnome-doc-utils"/> installed, you can
|
||||
convert the XML help files into HTML with the following command:</para>
|
||||
|
||||
<screen><userinput>make -C doc html</userinput></screen>
|
||||
|
||||
<para>Now, as the <systemitem class="username">root</systemitem> user, install
|
||||
it in /usr/share/doc:</para>
|
||||
the documentation files:</para>
|
||||
|
||||
<screen role='root'><userinput>mkdir /usr/share/doc/gnumeric-&gnumeric-version;
|
||||
cp doc/C/html/* /usr/share/doc/gnumeric-&gnumeric-version;</userinput></screen>
|
||||
<screen role='root'><userinput>install -v -m755 -d /usr/share/doc/gnumeric-&gnumeric-version;
|
||||
cp -v doc/C/html/* /usr/share/doc/gnumeric-&gnumeric-version;</userinput></screen>
|
||||
|
||||
</sect2>
|
||||
|
||||
@ -128,9 +127,9 @@ cp doc/C/html/* /usr/share/doc/gnumeric-&gnumeric-version;</userinput></screen>
|
||||
switch may not be applicable if you don't have <xref linkend="GConf"/>
|
||||
installed, but won't affect the build otherwise.</para>
|
||||
|
||||
<para><parameter>make -C doc html</parameter>: This command runs make in the
|
||||
<filename class="directory">doc</filename> directory with html as the
|
||||
<filename>Makefile</filename> target.</para>
|
||||
<para><parameter>make -C doc html</parameter>: This command runs
|
||||
<command>make</command> in the <filename class="directory">doc</filename>
|
||||
directory with html as the <filename>Makefile</filename> target.</para>
|
||||
|
||||
</sect2>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user