Reword run-time deps of gnumeric. Thanks to Fernando for testing

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@15408 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Pierre Labastie 2015-01-28 09:36:21 +00:00
parent d940e4fb19
commit 6e364b3813
2 changed files with 18 additions and 13 deletions

View File

@ -125,6 +125,14 @@
<screen><userinput>./configure &amp;&amp;
make</userinput></screen>
<para>
If you have <application>Doxygen</application> installed and you wish to
build the library API documentation, run the following
commands from the top-level directory of the source tree:
</para>
<screen><userinput>make doc</userinput></screen>
<para>
To test the results, issue: <command>make check</command>.
</para>
@ -135,14 +143,6 @@ make</userinput></screen>
<screen role="root"><userinput>make install</userinput></screen>
<para>
If you have <application>Doxygen</application> installed and you wish to
build the library API documentation, run the following
commands from the top-level directory of the source tree:
</para>
<screen><userinput>make doc</userinput></screen>
<para>
To install the API documentation, run the following command as
the <systemitem class="username">root</systemitem> user:

View File

@ -78,9 +78,12 @@
<xref linkend="rarian"/>
</para>
<bridgehead renderas="sect4">Recommended</bridgehead>
<para role="recommended">
an icon theme such as <xref linkend="adwaita-icon-theme"/>
<bridgehead renderas="sect4">Recommended Runtime</bridgehead>
<para role="recommended runtime">
an icon theme such as <xref linkend="adwaita-icon-theme"/>,
<xref linkend="oxygen-icons"/> or
<xref linkend="gnome-icon-theme"/>, and
<xref linkend="yelp"/> for the buit-in help functionality
</para>
<bridgehead renderas="sect4">Optional</bridgehead>
@ -96,14 +99,16 @@
<ulink url="http://www.frodol.dds.nl/psiconv/index.html">Psiconv</ulink>
</para>
<note>
<!-- Now in "recommendended runtime deps". Keeping as a comment because it
is easier to revert
<note>
<para>
Though only a run-time dependency, if you don't install the
<xref linkend="yelp"/> package, the built-in help functionality in
<application>Gnumeric</application> will not be available.
</para>
</note>
-->
<para condition="html" role="usernotes">User Notes:
<ulink url="&blfs-wiki;/gnumeric"/>
</para>