Updated GnuCash section.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@481 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Billy O 'Connor 2002-12-15 05:32:46 +00:00
parent 2f5452ef83
commit c0a7b522f4
5 changed files with 78 additions and 0 deletions

View File

@ -0,0 +1,15 @@
<sect2>
<title>Configuring gnucash</title>
<sect3><title>Configuration Information</title>
<note><para>GnuCash must be run as root once before use. Simply
executing gnucash from an X terminal and clicking on the cancel button
is sufficient. This must be done prior to setting up accounts as an
unprivileged user, due to the fact that GnuCash must create scheme
catalogs for itself before it is used. </para></note>
</sect3>
</sect2>

View File

@ -0,0 +1,14 @@
<sect2>
<title>Contents</title>
<para>The gnucash package contains <userinput>gnucash.</userinput></para>
</sect2>
<sect2><title>Description</title>
<sect3><title>gnucash</title>
<para>gnucash is the GnuCash personal finance manager.</para></sect3>
</sect2>

View File

@ -0,0 +1,9 @@
<sect2>
<title>Command explanations</title>
<para><userinput>--prefix=/opt/gnome:</userinput>
Version &gnucash-version; of GnuCash is a gnome 1.4 application.
</para>
</sect2>

View File

@ -0,0 +1,13 @@
<sect2>
<title>Installation of GnuCash</title>
<para>Install gnucash by running the following commands:</para>
<para><screen><userinput>
./configure --prefix=/opt/gnome &amp;&amp;
make &amp;&amp;
make install
</userinput></screen></para>
</sect2>

View File

@ -0,0 +1,27 @@
<sect2>
<title>Introduction to gnucash</title>
<screen>Download location (HTTP): <ulink url="&gnucash-download-http;"/>
Download location (FTP): <ulink url="&gnucash-download-ftp;"/>
Version used: &gnucash-version;
Package size: &gnucash-size;
Estimated Disk space required: &gnucash-buildsize;</screen>
<para>GnuCash is a personal finance manager.</para>
<para>
<screen>gnucash depends on:
<xref linkend="gnome-print"></xref>
<xref linkend="libglade14"></xref>
<xref linkend="db-3.3.11"></xref>
<xref linkend="gal"></xref>
<xref linkend="libcapplet"></xref>
<xref linkend="gtkhtml"></xref>
<xref linkend="libghttp"></xref>
<xref linkend="bonobo14"></xref>
<xref linkend="guppi"></xref>
<xref linkend="guile"></xref>
<xref linkend="slib"></xref>
<xref linkend="gwrap"></xref>
</screen>
</para>
</sect2>