Changeset 852298f7 for xsoft


Ignore:
Timestamp:
01/03/2005 11:29:38 PM (19 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:
a568da2
Parents:
a750d96f
Message:

Updated to GnuCash-1.8.10; added a patch to the Guppi instructions

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • xsoft/office/gnucash.xml

    ra750d96f r852298f7  
    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.8 MB">
    10   <!ENTITY gnucash-buildsize     "102 MB">
    11   <!ENTITY gnucash-time          "2.36 SBU">
     9  <!ENTITY gnucash-size          "7.7 MB">
     10  <!ENTITY gnucash-buildsize     "108 MB (additional 24 MB for Help documentation)">
     11  <!ENTITY gnucash-time          "2.95 SBU">
     12  <!ENTITY gnucash-docs-version  "1.8.5">
     13  <!ENTITY gnucash-docs-download "http://www.gnucash.org/pub/gnucash/sources/stable/gnucash-docs-&gnucash-docs-version;.tar.gz">
    1214]>
    1315
     
    3234url="&gnucash-download-ftp;"/></para></listitem>
    3335<listitem><para>Download size: &gnucash-size;</para></listitem>
    34 <listitem><para>Estimated Disk space required:
     36<listitem><para>Estimated disk space required:
    3537&gnucash-buildsize;</para></listitem>
    3638<listitem><para>Estimated build time:
     
    3840</sect3>
    3941
     42<sect3><title>Additional download</title>
     43<itemizedlist spacing='compact'>
     44<listitem><para>Help documentation:
     45<ulink url="&gnucash-docs-download;"/></para></listitem>
     46</itemizedlist>
     47</sect3>
     48
    4049<sect3><title><application>GnuCash</application> dependencies</title>
    41 
    4250<sect4><title>Required</title>
    43 <para><xref linkend="db"/>,
     51<para><xref linkend="oaf"/>,
    4452<xref linkend="gal1"/>,
    4553<xref linkend="gtkhtml1"/>,
    46 <xref linkend="libghttp"/>,
    47 <xref linkend="guppi"/> and
     54<xref linkend="libghttp"/> and
    4855<xref linkend="gwrap"/></para>
    4956</sect4>
    5057
    5158<sect4><title>Optional</title>
    52 <para><ulink url="http://www.graphviz.org/">GraphViz</ulink>,
     59<para><xref linkend="postgresql"/>,
     60<xref linkend="guppi"/>,
     61<xref linkend="scrollkeeper"/>,
     62<ulink url="ftp://ftp.gnu.org/pub/gnu/guile/">Guile-www</ulink>,
     63<xref linkend="perl-modules"/>:
     64(LWP, HTML-Parser, DateManip and Finance-Quote),
     65<ulink url="http://www.graphviz.org/">GraphViz</ulink>,
    5366<xref linkend="doxygen"/>,
    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>
     67<ulink url="http://perens.com/FreeSoftware/">Electric Fence</ulink></para>
    5768</sect4>
    5869
     70<sect4><title>Optional (for on-line banking)</title>
     71<para><ulink url="http://libofx.sourceforge.net/">LibOFX</ulink>,
     72<ulink url="http://sourceforge.net/projects/ktoblzcheck">KtoBlzCheck</ulink>,
     73<ulink url="http://sourceforge.net/projects/aqhbci">AqHBCI</ulink>
     74(requires
     75<ulink url="http://sourceforge.net/projects/gwenhywfar">Gwenhywfar</ulink>
     76then
     77<ulink url="http://sourceforge.net/projects/aqbanking">AqBanking</ulink>),
     78and also see
     79<ulink url="http://sourceforge.net/projects/libchipcard">libchipcard</ulink>
     80</para>
     81</sect4>
    5982</sect3>
    6083
     
    6790commands:</para>
    6891
    69 <screen><userinput><command>./configure --prefix=/opt/gnome &amp;&amp;
     92<screen><userinput><command>./configure --prefix=/opt/gnome \
     93    --sysconfdir=/etc --disable-guppi \
     94    --disable-error-on-warning &amp;&amp;
    7095make &amp;&amp;
    7196make install &amp;&amp;
    7297chown -R root:root /opt/gnome/share/gnucash/doc/html/html</command></userinput></screen>
     98
     99<para><emphasis>Note:</emphasis> If you run <command>make check</command>
     100before installing the package, you may need to do it as the root user so that
     101the <application>Slib</application> catalog in
     102<filename class='directory'>/usr/share/guile</filename> can be updated.</para>
     103
     104<para>If you want to install the Help documentation, and you have
     105<xref linkend="scrollkeeper"/> installed, unpack the additional tarball,
     106change into the <application>GnuCash Docs</application> source directory and
     107issue the following commands:</para>
     108
     109<screen><userinput><command>./configure --prefix=/opt/gnome \
     110    --localstatedir=/var/lib &amp;&amp;
     111make &amp;&amp;
     112make install</command></userinput></screen>
    73113
    74114</sect2>
     
    78118
    79119<para><parameter>--prefix=/opt/gnome</parameter>:
    80 <application>GnuCash</application>-&gnucash-version; is a
    81 <application><acronym>GNOME</acronym></application> 1.4 application.
    82 </para>
     120<application>GnuCash</application>-&gnucash-version; is a
     121<application><acronym>GNOME</acronym></application> 1.4 application.</para>
     122
     123<para><parameter>--sysconfdir=/etc</parameter>: This installs configuration
     124files in <filename class='directory'>/etc/gnucash</filename> instead of
     125<filename class='directory'>/opt/gnome/etc/gnucash</filename>.</para>
     126
     127<para><option>--disable-guppi</option>: This compiles
     128<application>GnuCash</application> without support for creating
     129<acronym>GUI</acronym> graphs and plots. Remove this option if you have
     130<application>Guppi</application> installed.</para>
     131
     132<para><option>--disable-error-on-warning</option>: The build will fail if
     133you used <option>--enable-hbci</option>, as a warning is generated. This
     134option forces the build to ignore the warning.</para>
     135
     136<para><option>--enable-ofx</option>: This parameter is required if you want
     137to build in on-line banking support using
     138<application>LibOFX</application>.</para>
     139
     140<para><option>--enable-hbci</option>: This parameter is required if you want
     141to build in on-line banking support using
     142<application>AqBanking</application>/<application>AqHBCI</application>. See
     143<filename>doc/README.HBCI</filename> in the
     144<application>GnuCash</application> source tree for complete information.</para>
    83145
    84146<para><command>chown -R root:root /opt/gnome/share/gnucash/doc/html/html</command>:
    85 If the package documentation is built by any user other than root, the
    86 ownership of the installed files are set incorrectly. This command changes the
     147If the package is built by any user other than root, the ownership of the
     148installed documentation files are set incorrectly. This command changes the
    87149ownership to root:root.</para>
    88150</sect2>
     
    97159<application>X</application> terminal and clicking on the cancel button is
    98160sufficient. This must be done prior to setting up accounts as an unprivileged
    99 user, due to the fact that <application>GnuCash</application> must create
    100 scheme catalogs for itself before it is used.</para></note>
     161user, due to the fact that <application>GnuCash</application> must update
     162scheme catalogs before it is used.</para></note>
    101163
    102164</sect3>
Note: See TracChangeset for help on using the changeset viewer.