Changeset f8625d25


Ignore:
Timestamp:
07/17/2005 07:48:28 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.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:
1396911
Parents:
a7e0ec7
Message:

Updated to GnuCash-1.8.11

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    ra7e0ec7 rf8625d25  
    425425<!ENTITY AbiWord-version              "2.2.8">
    426426<!ENTITY gnumeric-version             "1.4.3">
    427 <!ENTITY gnucash-version              "1.8.10">
     427<!ENTITY gnucash-version              "1.8.11">
    428428<!ENTITY gimp-version                 "2.2.8">
    429429<!ENTITY evolution-version            "2.2.2">
  • introduction/welcome/changelog.xml

    ra7e0ec7 rf8625d25  
    2525  <itemizedlist>
    2626   
    27         <listitem>
    28                 <para>July 17th 2005 [tushar]: Updated Notes on Building Software.</para>
    29         </listitem>
     27    <listitem>
     28      <para>July 17th 2005 [randy]: Updated to GnuCash-1.8.11.</para>
     29    </listitem>
     30
     31    <listitem>
     32      <para>July 17th 2005 [tushar]: Updated Notes on Building Software.</para>
     33    </listitem>
    3034
    3135    <listitem>
  • xsoft/office/gnucash.xml

    ra7e0ec7 rf8625d25  
    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-src-md5sum    "3ce22a3e4a1af75e3e206f073d923cfe">
     9  <!ENTITY gnucash-src-md5sum    "62f94331936e37ed1b1d28b5a1863bb3">
    1010  <!ENTITY gnucash-docs-md5sum   "9758d8e523530c2509912761e327a9d5">
    11   <!ENTITY gnucash-size          "7.7 MB">
    12   <!ENTITY gnucash-buildsize     "108 MB (additional 24 MB for Help documentation)">
    13   <!ENTITY gnucash-time          "2.95 SBU">
     11  <!ENTITY gnucash-size          "7.8 MB">
     12  <!ENTITY gnucash-buildsize     "110 MB (additional 22 MB for Help documentation)">
     13  <!ENTITY gnucash-time          "2.9 SBU">
    1414  <!ENTITY gnucash-docs-version  "1.8.5">
    1515  <!ENTITY gnucash-docs-download "http://www.gnucash.org/pub/gnucash/sources/stable/gnucash-docs-&gnucash-docs-version;.tar.gz">
     
    7474    <xref linkend="gal1"/>,
    7575    <xref linkend="gtkhtml1"/>,
    76     <xref linkend="libghttp"/> and
    77     <xref linkend="gwrap"/></para>
     76    <xref linkend="libghttp"/>,
     77    <xref linkend="gwrap"/> and
     78    <xref linkend="slib"/></para>
    7879
    7980    <bridgehead renderas="sect4">Optional</bridgehead>
     
    8182    <xref linkend="guppi"/>,
    8283    <xref linkend="scrollkeeper"/>,
     84    <xref linkend="doxygen"/>,
     85    <ulink url="http://www.graphviz.org/">GraphViz</ulink>,
    8386    <ulink url="ftp://ftp.gnu.org/pub/gnu/guile/">Guile-www</ulink>,
    84     <xref linkend="perl-modules"/>:
    85     (LWP, HTML-Parser, DateManip and Finance-Quote),
    86     <ulink url="http://www.graphviz.org/">GraphViz</ulink>,
    87     <xref linkend="doxygen"/>,
    8887    <ulink url="http://perens.com/FreeSoftware/">Electric Fence</ulink></para>
    8988
    9089    <bridgehead renderas="sect4">Optional (for On-Line Banking)</bridgehead>
    91     <para><ulink url="http://libofx.sourceforge.net/">LibOFX</ulink>,
     90    <para><ulink url="http://libofx.sourceforge.net/">LibOFX</ulink> (requires
     91    <xref linkend="opensp"/> and <xref linkend="curl"/>),
    9292    <ulink url="http://sourceforge.net/projects/ktoblzcheck">KtoBlzCheck</ulink>,
    9393    <ulink url="http://sourceforge.net/projects/aqhbci">AqHBCI</ulink>
     
    108108    commands:</para>
    109109
    110 <screen><userinput>./configure --prefix=/opt/gnome \
    111     --sysconfdir=/etc --disable-guppi \
    112     --disable-error-on-warning &amp;&amp;
    113 make &amp;&amp;
    114 make install &amp;&amp;
    115 chown -R root:root /opt/gnome/share/gnucash/doc/html/html</userinput></screen>
    116 
    117     <para><emphasis>Note:</emphasis> If you run <command>make check</command>
    118     before installing the package, you may need to do it as the
    119     <systemitem class="username">root</systemitem> user so that the
    120     <application>Slib</application> catalog in <filename
    121     class='directory'>/usr/share/guile</filename> can be updated.</para>
    122 
    123     <para>If you want to install the Help documentation, and you have
    124     <xref linkend="scrollkeeper"/> installed, unpack the additional tarball,
    125     change into the <application>GnuCash Docs</application> source directory
    126     and issue the following commands:</para>
    127 
    128 <screen><userinput>./configure --prefix=/opt/gnome \
     110<screen><userinput>./configure --prefix=/opt/gnome-1.4 \
     111    --sysconfdir=/etc --disable-guppi &amp;&amp;
     112make</userinput></screen>
     113
     114    <para>To test the results, issue <command>make check</command> as the
     115    <systemitem class="username">root</systemitem> user as the test suite will
     116    attempt to update the <application>SLIB</application> catalog in
     117    <filename class='directory'>/usr/share/guile</filename>.</para>
     118
     119    <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
     120
     121<screen role='root'><userinput>make install &amp;&amp;
     122chown -v -R root:root /opt/gnome-1.4/share/gnucash/doc/html/html</userinput></screen>
     123
     124    <para>If you want to install the Help documentation (requires
     125    <xref linkend="scrollkeeper"/> to be installed), unpack the additional
     126    tarball, change into the
     127    <filename class='directory'>gnucash-docs-&gnucash-docs-version;</filename>
     128    source directory and issue the following commands as an unprivileged
     129    user:</para>
     130
     131<screen><userinput>./configure --prefix=/opt/gnome-1.4 \
    129132    --localstatedir=/var/lib &amp;&amp;
    130 make &amp;&amp;
    131 make install</userinput></screen>
     133make</userinput></screen>
     134
     135    <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
     136
     137<screen role='root'><userinput>make install</userinput></screen>
    132138
    133139  </sect2>
     
    136142    <title>Command Explanations</title>
    137143
    138     <para><parameter>--prefix=/opt/gnome</parameter>:
     144    <para><parameter>--prefix=/opt/gnome-1.4</parameter>:
    139145    <application>GnuCash</application>-&gnucash-version; is a
    140     <application>GNOME</application> 1.4 application.</para>
     146    <application>GNOME</application>-1.4 application.</para>
    141147
    142148    <para><parameter>--sysconfdir=/etc</parameter>: This installs configuration
    143149    files in <filename class='directory'>/etc/gnucash</filename> instead of
    144     <filename class='directory'>/opt/gnome/etc/gnucash</filename>.</para>
     150    <filename class='directory'>/opt/gnome-1.4/etc/gnucash</filename>.</para>
    145151
    146152    <para><parameter>--disable-guppi</parameter>: This compiles
     
    149155    <application>Guppi</application> installed.</para>
    150156
    151     <para><parameter>--disable-error-on-warning</parameter>: The build will fail
    152     if you used <option>--enable-hbci</option>, as a warning is generated. This
    153     option forces the build to ignore the warning.</para>
     157    <!-- <para><parameter>-disable-error-on-warning</parameter>: The build will fail
     158    if you used <option>-enable-hbci</option>, as a warning is generated. This
     159    option forces the build to ignore the warning.</para> -->
     160
     161    <para><option>--enable-sql</option>: This parameter is required if you want
     162    to build in SQL support using <application>PostgreSQL</application>.</para>
    154163
    155164    <para><option>--enable-ofx</option>: This parameter is required if you want
     
    163172    <application>GnuCash</application> source tree for complete information.</para>
    164173
    165     <para><command>chown -R root:root
    166     /opt/gnome/share/gnucash/doc/html/html</command>: If the package is built
    167     by any user other than <systemitem class="username">root</systemitem>, the
    168     ownership of the installed documentation files are set incorrectly. This
    169     command changes the ownership to root:root.</para>
    170 
    171174  </sect2>
    172175
     
    176179    <sect3>
    177180      <title>Configuration Information</title>
     181
     182      <para>If you wish to use <application>GnuCash</application> to retrieve
     183      stock price quotes and stock historical information, you'll need to
     184      install the following <application>Perl</application> modules:
     185      <xref linkend="perl-lwp"/>, <xref linkend="perl-date-manip"/>,
     186      <xref linkend="perl-html-parser"/>, <xref linkend="perl-finance-quote"/>
     187      and <xref linkend="perl-finance-quotehist"/>.</para>
    178188
    179189      <note>
     
    200210
    201211      <seglistitem>
    202         <seg>gnucash</seg>
    203         <seg>None</seg>
    204         <seg>Not determined at this time</seg>
     212        <seg>dump-finance-quote, gnc-prices, gnc-test-env, gnucash,
     213        gnucash-config, gnucash-env, gnucash-make-guids, gnucash-run-script
     214        and update-finance-quote</seg>
     215        <seg>libcore-utils.so, libgnc-app-file-gnome.so, libgncgnome.so,
     216        libgncmodule.so, libgw-core-utils.so, libgw-gnc.so and numerous
     217        support libraries installed in
     218        <filename class='directory'>/opt/gnome-1.4/lib/gnucash</filename></seg>
     219        <seg>/etc/gnucash,
     220        /opt/gnome-1.4/include/gnucash,
     221        /opt/gnome-1.4/lib/gnucash,
     222        /opt/gnome-1.4/libexec/gnucash,
     223        /opt/gnome-1.4/share/gnome/apps/Applications,
     224        /opt/gnome-1.4/share/gnome/help/gnucash,
     225        /opt/gnome-1.4/share/gnucash,
     226        /opt/gnome-1.4/share/omf/gnucash-docs and
     227        /opt/gnome-1.4/share/pixmaps/gnucash</seg>
    205228      </seglistitem>
    206229    </segmentedlist>
Note: See TracChangeset for help on using the changeset viewer.