|
Loading...
|
blfs-book@linuxfromscratch.org
[Prev] Thread [Next] | [Prev] Date [Next]
[blfs-book] r9559 - trunk/BOOK/xsoft/office ken Wed Feb 29 18:00:50 2012
Author: ken
Date: 2012-02-29 18:52:28 -0700 (Wed, 29 Feb 2012)
New Revision: 9559
Modified:
trunk/BOOK/xsoft/office/gnucash.xml
Log:
gnucash fixes.
Modified: trunk/BOOK/xsoft/office/gnucash.xml
===================================================================
--- trunk/BOOK/xsoft/office/gnucash.xml 2012-03-01 00:56:18 UTC (rev 9558)
+++ trunk/BOOK/xsoft/office/gnucash.xml 2012-03-01 01:52:28 UTC (rev 9559)
@@ -121,7 +121,7 @@
<xref linkend="goffice"/>.
</para>
<para role="required">
- <xref linkend="gtkhtml"/> or
+ <!-- needs gtkhtml-3 <xref linkend="gtkhtml"/> or -->
<xref linkend="webkitgtk"/> (configured <option>--with-gtk=2.0</option>).
</para>
@@ -161,7 +161,9 @@
commands:</para>
<screen><userinput>patch -p1 <
../gnucash-&gnucash-version;-guile-2_fixes-1.patch &&
-./configure --prefix=${GNOME_PREFIX} --sysconfdir=${GNOME_SYSCONFDIR}
&&
+./configure --prefix=${GNOME_PREFIX} --sysconfdir=${GNOME_SYSCONFDIR} \
+ --disable-dbi \
+ --with-html-engine=webkit &&
make</userinput></screen>
<para>
@@ -236,14 +238,16 @@
</para>
<para>
- <option>--with-html-engine=webkit</option>: Add this option to use
+ <command>--with-html-engine=webkit</command>: Use
<xref linkend="webkitgtk"/> (configured <option>--with-gtk=2.0</option>)
- instead of <xref linkend="gtkhtml"/>.
+ instead of gtkhtml : the default is Gtkhtml-3 which does not build on
+ current <application>Glib2</application> without various changes, and
+ <xref linkend="gtkhtml"/> is not recognised by this application.
</para>
<para>
- <option>--disable-dbi</option>: Add this option if you've not installed
- <application>libdbi</application>.
+ <command>--disable-dbi</command>: Add this option if you've not installed
+ <application>libdbi</application> and one or more of its database
drivers.
</para>
</sect2>
--
http://linuxfromscratch.org/mailman/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page
- [blfs-book] r9559 - trunk/BOOK/xsoft/office ken 2012/02/29 <=