Changeset 7aeaa620 for xsoft


Ignore:
Timestamp:
04/18/2006 10:53:08 PM (18 years ago)
Author:
Randy McMurchy <randy@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.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:
d44a694
Parents:
0045775
Message:

Updated to GnuCash-1.8.12

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • xsoft/office/gnucash.xml

    r0045775 r7aeaa620  
    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    "62f94331936e37ed1b1d28b5a1863bb3">
    10   <!ENTITY gnucash-docs-md5sum   "9758d8e523530c2509912761e327a9d5">
    11   <!ENTITY gnucash-size          "7.8 MB">
    12   <!ENTITY gnucash-buildsize     "113 MB (additional 22 MB for Help documentation)">
    13   <!ENTITY gnucash-time          "2.9 SBU">
     9  <!ENTITY gnucash-src-md5sum    "81e7c703db56bb203e106664157779cc">
     10  <!ENTITY gnucash-size          "8.2 MB">
     11  <!ENTITY gnucash-buildsize     "123 MB (additional 22 MB for Help documentation)">
     12  <!ENTITY gnucash-time          "3.2 SBU (additional 0.3 SBU to run the test suite)">
    1413  <!ENTITY gnucash-docs-version  "1.8.5">
    1514  <!ENTITY gnucash-docs-download "http://www.gnucash.org/pub/gnucash/sources/stable/gnucash-docs-&gnucash-docs-version;.tar.gz">
     15  <!ENTITY gnucash-docs-md5sum   "9758d8e523530c2509912761e327a9d5">
    1616]>
    1717
     
    7979    <xref linkend="libghttp"/>,
    8080    <xref linkend="gwrap"/>, and
    81     <xref linkend="slib"/></para>
     81    <xref linkend="perl-xml-parser"/></para>
    8282
    8383    <bridgehead renderas="sect4">Optional</bridgehead>
     
    9191
    9292    <bridgehead renderas="sect4">Optional (for On-Line Banking)</bridgehead>
    93     <para role="optional"><ulink url="http://libofx.sourceforge.net/">LibOFX</ulink>
     93    <para role="optional"><ulink
     94    url="http://libofx.sourceforge.net/">LibOFX</ulink>
    9495    (requires <xref linkend="opensp"/> and <xref linkend="curl"/>),
    9596    <ulink url="http://sourceforge.net/projects/ktoblzcheck">KtoBlzCheck</ulink>,
    96     <ulink url="http://sourceforge.net/projects/aqhbci">AqHBCI</ulink>
    97     (requires
    98     <ulink url="http://sourceforge.net/projects/gwenhywfar">Gwenhywfar</ulink>
    99     then
    100     <ulink url="http://sourceforge.net/projects/aqbanking">AqBanking</ulink>),
    101     and also see
    102     <ulink
    103     url="http://sourceforge.net/projects/libchipcard">libchipcard</ulink></para>
     97    and <ulink url="http://www.aquamaniac.de/aqbanking/">AqBanking</ulink>
     98    (requires <ulink
     99    url="http://gwenhywfar.sourceforge.net/">Gwenhywfar</ulink>
     100    and also see <ulink
     101    url="http://www.libchipcard.de/">libchipcard2</ulink>)</para>
    104102
    105103    <para condition="html" role="usernotes">User Notes:
     
    114112    commands:</para>
    115113
    116 <screen><userinput>./configure --prefix=/opt/gnome-1.4 --sysconfdir=/etc \
    117     --disable-guppi --disable-error-on-warning &amp;&amp;
     114<screen><userinput>sed -i 's/^\(host_os=.*\)$/\1-gnu/' configure &amp;&amp;
     115./configure --prefix=/opt/gnome-1.4 \
     116            --sysconfdir=/etc \
     117            --disable-guppi \
     118            --disable-error-on-warning &amp;&amp;
    118119make</userinput></screen>
    119120
    120     <para>To test the results, issue <command>make check</command> as the
    121     <systemitem class="username">root</systemitem> user as the test suite will
    122     attempt to update the <application>SLIB</application> catalog in
    123     <filename class='directory'>/usr/share/guile</filename>. All tests should
    124     pass.</para>
     121    <para>To test the results, issue <command>make check</command>. All tests
     122    should pass. An easy way to look at the results of the tests is to issue
     123    <command>grep -A1 ============== check.log</command> (this is assuming you
     124    redirected the output from the tests to the aforementioned filename).</para>
    125125
    126126    <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
    127127
    128 <screen role='root'><userinput>make install &amp;&amp;
    129 chown -v -R root:root /opt/gnome-1.4/share/gnucash/doc/html/html</userinput></screen>
     128<screen role='root'><userinput>make install</userinput></screen>
     129
     130    <para>If desired, create a symbolic link from the
     131    <application>GnuCash</application> documentation directory to the
     132    system-wide documentation directory using the following command as the
     133    <systemitem class="username">root</systemitem> user:</para>
     134
     135<screen role='root'><userinput>ln -v -s /opt/gnome-1.4/share/gnucash/doc \
     136         /usr/share/doc/gnucash-&gnucash-version;</userinput></screen>
     137
     138    <para>If desired, create symbolic links to the
     139    <application>GnuCash</application> <filename>.desktop</filename> and icon
     140    files in the system-wide directories using the following commands as the
     141    <systemitem class="username">root</systemitem> user:</para>
     142
     143<screen role='root'><userinput>install -v -m755 -d /usr/share/pixmaps/gnucash &amp;&amp;
     144ln -v -s /opt/gnome-1.4/share/pixmaps/gnucash/gnucash-icon.png \
     145         /usr/share/pixmaps/gnucash &amp;&amp;
     146ln -v -s /opt/gnome-1.4/share/gnome/apps/Applications/gnucash.desktop \
     147         /usr/share/applications</userinput></screen>
    130148
    131149    <para>If you want to install the Help documentation (requires
     
    137155
    138156<screen><userinput>./configure --prefix=/opt/gnome-1.4 \
    139     --localstatedir=/var/lib &amp;&amp;
     157            --localstatedir=/var/lib &amp;&amp;
    140158make</userinput></screen>
    141159
     
    148166  <sect2 role="commands">
    149167    <title>Command Explanations</title>
     168
     169    <para><command>sed -i 's/^\(host_os=.*\)$/\1-gnu/' configure</command>:
     170    This command is used to fix a broken <command>configure</command> script.
     171    Without it, no shared libraries are built, and the program will not
     172    function properly.</para>
    150173
    151174    <para><parameter>--prefix=/opt/gnome-1.4</parameter>:
     
    173196    <application>LibOFX</application>.</para>
    174197
    175     <para><option>--enable-hbci</option>: This parameter is required if you want
    176     to build in on-line banking support using
    177     <application>AqBanking</application>/<application>AqHBCI</application>. See
     198    <para><option>--enable-hbci</option>: This parameter is required if you
     199    want to build in on-line banking support using
     200    <application>AqBanking</application>. See
    178201    <filename>doc/README.HBCI</filename> in the
    179     <application>GnuCash</application> source tree for complete information.</para>
     202    <application>GnuCash</application> source tree for complete
     203    information.</para>
    180204
    181205  </sect2>
     
    194218      and <xref linkend="perl-finance-quotehist"/>.</para>
    195219
     220      <!--
    196221      <note>
    197222        <para><application>GnuCash</application> must be run as
     
    201226        done prior to setting up accounts as an unprivileged user, due to the
    202227        fact that <application>GnuCash</application> must update scheme catalogs
    203         before it is used. If you ran the test suite as the
    204         <systemitem class="username">root</systemitem> user during the build
    205         instructions, this step is not necessary.</para>
     228        before it is used.</para>
    206229      </note>
     230      -->
    207231
    208232    </sect3>
Note: See TracChangeset for help on using the changeset viewer.