Changeset c643094 for xsoft


Ignore:
Timestamp:
09/08/2004 06:29:17 AM (20 years ago)
Author:
Randy McMurchy <randy@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.0, 6.1, 6.2, 6.2.0, 6.2.0-rc1, 6.2.0-rc2, 6.3, 6.3-rc1, 6.3-rc2, 6.3-rc3, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
e8be2c6
Parents:
65bc4264
Message:

Added optional dependencies, entity updates and minor corrections to the GnuCash instructions

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@2724 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • xsoft/office/gnucash.xml

    r65bc4264 rc643094  
    77  <!ENTITY gnucash-download-http "http://www.gnucash.org/pub/gnucash/sources/stable/gnucash-&gnucash-version;.tar.gz">
    88  <!ENTITY gnucash-download-ftp  "ftp://ftp.at.gnucash.org/pub/gnucash/gnucash/sources/stable/gnucash-&gnucash-version;.tar.gz">
    9   <!ENTITY gnucash-size          "7.4 MB">
    10   <!ENTITY gnucash-buildsize     "150 MB">
    11   <!ENTITY gnucash-time          "3.18 SBU">
     9  <!ENTITY gnucash-size          "7.8 MB">
     10  <!ENTITY gnucash-buildsize     "102 MB">
     11  <!ENTITY gnucash-time          "2.36 SBU">
    1212]>
    1313
     
    3737&gnucash-time;</para></listitem></itemizedlist>
    3838</sect3>
    39                                                                                
     39
    4040<sect3><title><application>GnuCash</application> dependencies</title>
     41
    4142<sect4><title>Required</title>
    42 <para><xref linkend="db"/>, <xref linkend="gal1"/>,
    43 <xref linkend="gtkhtml1"/>, <xref linkend="libghttp"/>,
    44 <xref linkend="guppi"/> and
    45 <xref linkend="gwrap"/></para></sect4>
     43<para><xref linkend="db"/>,
     44<xref linkend="gal1"/>,
     45<xref linkend="gtkhtml1"/>,
     46<xref linkend="libghttp"/>,
     47<xref linkend="guppi"/> and
     48<xref linkend="gwrap"/></para>
     49</sect4>
     50
     51<sect4><title>Optional</title>
     52<para><ulink url="http://www.stack.nl/~dimitri/doxygen/">doxygen</ulink>,
     53<ulink url="http://www.research.att.com/sw/tools/graphviz/">Graphviz</ulink>,
     54<ulink url="http://perens.com/FreeSoftware/">Electric Fence</ulink>,
     55<ulink url="http://openhbci.sourceforge.net/">OpenHBCI</ulink> and
     56<ulink url="http://libofx.sourceforge.net/">LibOFX</ulink></para>
     57</sect4>
     58
    4659</sect3>
    4760
     
    5669<screen><userinput><command>./configure --prefix=/opt/gnome &amp;&amp;
    5770make &amp;&amp;
    58 make install</command></userinput></screen>
     71make install &amp;&amp;
     72chown -R root:root /opt/gnome/share/gnucash/doc/html/html</command></userinput></screen>
    5973
    6074</sect2>
     
    6377<title>Command explanations</title>
    6478
    65 <para><parameter>--prefix=/opt/gnome</parameter>: Version &gnucash-version; of
    66 <application>GnuCash</application> is a
     79<para><parameter>--prefix=/opt/gnome</parameter>:
     80<application>GnuCash</application>-&gnucash-version; is a
    6781<application><acronym>GNOME</acronym></application> 1.4 application.
    6882</para>
    6983
     84<para><command>chown -R root:root /opt/gnome/share/gnucash/doc/html/html</command>:
     85If the package documentation is built by any user other than root, the
     86ownership of the installed files are set incorrectly. This command changes the
     87ownership to root:root.</para>
    7088</sect2>
    7189
     
    7694
    7795<note><para><application>GnuCash</application> must be run as root once before
    78 use.  Simply executing <command>gnucash</command> from an <application>X
    79 </application> terminal and clicking on the cancel button
    80 is sufficient.  This must be done prior to setting up accounts as an
    81 unprivileged user, due to the fact that
    82 <application>GnuCash</application> must create scheme
    83 catalogs for itself before it is used. </para></note>
     96use. Simply executing <command>gnucash</command> from an
     97<application>X</application> terminal and clicking on the cancel button is
     98sufficient. This must be done prior to setting up accounts as an unprivileged
     99user, due to the fact that <application>GnuCash</application> must create
     100scheme catalogs for itself before it is used.</para></note>
    84101
    85102</sect3>
     
    90107<title>Contents</title>
    91108
    92 <para>The <application>GnuCash</application> package contains <command>gnucash.</command></para>
     109<para>The <application>GnuCash</application> package contains
     110<command>gnucash.</command></para>
    93111
    94112</sect2>
Note: See TracChangeset for help on using the changeset viewer.