Changeset 107c925


Ignore:
Timestamp:
03/01/2012 01:52:28 AM (12 years ago)
Author:
Ken Moffat <ken@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 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:
f6220b88
Parents:
6c70af9b
Message:

gnucash fixes.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • xsoft/office/gnucash.xml

    r6c70af9b r107c925  
    122122    </para>
    123123    <para role="required">
    124       <xref linkend="gtkhtml"/> or
     124      <!-- needs gtkhtml-3 <xref linkend="gtkhtml"/> or -->
    125125      <xref linkend="webkitgtk"/> (configured <option>--with-gtk=2.0</option>).
    126126    </para>
     
    162162
    163163<screen><userinput>patch -p1 &lt; ../gnucash-&gnucash-version;-guile-2_fixes-1.patch &amp;&amp;
    164 ./configure --prefix=${GNOME_PREFIX} --sysconfdir=${GNOME_SYSCONFDIR} &amp;&amp;
     164./configure --prefix=${GNOME_PREFIX} --sysconfdir=${GNOME_SYSCONFDIR} \
     165  --disable-dbi \
     166  --with-html-engine=webkit &amp;&amp;
    165167make</userinput></screen>
    166168
     
    237239
    238240    <para>
    239       <option>--with-html-engine=webkit</option>: Add this option to use
     241      <command>--with-html-engine=webkit</command>: Use
    240242      <xref linkend="webkitgtk"/> (configured <option>--with-gtk=2.0</option>)
    241       instead of <xref linkend="gtkhtml"/>.
    242     </para>
    243 
    244     <para>
    245       <option>--disable-dbi</option>: Add this option if you've not installed
    246       <application>libdbi</application>.
     243      instead of gtkhtml : the default is Gtkhtml-3 which does not build on
     244      current <application>Glib2</application> without various changes, and
     245      <xref linkend="gtkhtml"/> is not recognised by this application.
     246    </para>
     247
     248    <para>
     249      <command>--disable-dbi</command>: Add this option if you've not installed
     250      <application>libdbi</application> and one or more of its database drivers.
    247251    </para>
    248252  </sect2>
Note: See TracChangeset for help on using the changeset viewer.