source: archive/gnucash.xml@ ccded7e

11.0 11.1 11.2 11.3 12.0 12.1 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since ccded7e was 87068b5f, checked in by Bruce Dubbs <bdubbs@…>, 11 years ago

Move deprecated gnome packages and gnucash to the archive.

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

  • Property mode set to 100644
File size: 10.7 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
7 <!ENTITY gnucash-download-http
8 "&sourceforge-repo;/gnucash/gnucash-&gnucash-version;.tar.bz2">
9 <!ENTITY gnucash-download-ftp
10 " ">
11 <!ENTITY gnucash-src-md5sum "e59f94a8c4cf41f47a9e74ba725bde45">
12 <!ENTITY gnucash-size "9 MB">
13 <!ENTITY gnucash-buildsize "207 MB">
14 <!ENTITY gnucash-time "2.0 SBU">
15 <!ENTITY gnucash-docs-version "2.4.1">
16 <!ENTITY gnucash-docs-download
17 "&sourceforge-repo;/gnucash/gnucash-docs-&gnucash-docs-version;.tar.gz">
18 <!ENTITY gnucash-docs-md5sum "38daeb3b15f296726ee8124122040f08">
19 <!ENTITY gnucash-docs-size "32.5 MB">
20 <!ENTITY gnucash-docs-buildsize "27 MB">
21 <!ENTITY gnucash-docs-time "0.5 SBU">
22]>
23
24<sect1 id="gnucash" xreflabel="GnuCash-&gnucash-version;">
25 <?dbhtml filename="gnucash.html" ?>
26
27 <sect1info>
28 <othername>$LastChangedBy$</othername>
29 <date>$Date$</date>
30 </sect1info>
31
32 <title>GnuCash-&gnucash-version;</title>
33
34 <indexterm zone="gnucash">
35 <primary sortas="a-GnuCash">GnuCash</primary>
36 </indexterm>
37
38 <sect2 role="package">
39 <title>Introduction to GnuCash</title>
40
41 <para><application>GnuCash</application> is a personal finance
42 manager.</para>
43
44 &lfs72_checked;
45
46 <bridgehead renderas="sect3">Package Information</bridgehead>
47 <itemizedlist spacing="compact">
48 <listitem>
49 <para>
50 Download (HTTP): <ulink url="&gnucash-download-http;"/>
51 </para>
52 </listitem>
53 <listitem>
54 <para>
55 Download (FTP): <ulink url="&gnucash-download-ftp;"/>
56 </para>
57 </listitem>
58 <listitem>
59 <para>
60 Download MD5 sum: &gnucash-src-md5sum;
61 </para>
62 </listitem>
63 <listitem>
64 <para>
65 Download size: &gnucash-size;
66 </para>
67 </listitem>
68 <listitem>
69 <para>
70 Estimated disk space required: &gnucash-buildsize;
71 </para>
72 </listitem>
73 <listitem>
74 <para>
75 Estimated build time: &gnucash-time;
76 </para>
77 </listitem>
78 </itemizedlist>
79
80 <bridgehead renderas="sect3">Additional Downloads</bridgehead>
81 <itemizedlist spacing="compact">
82 <listitem>
83 <para>
84 Required patch:
85 <ulink url="&patch-root;/gnucash-&gnucash-version;-guile-2_fixes-1.patch"/>
86 </para>
87 </listitem>
88 <listitem>
89 <para>
90 Optional Help documentation: <ulink url="&gnucash-docs-download;"/>
91 </para>
92 </listitem>
93 <listitem>
94 <para>
95 Download MD5 sum: &gnucash-docs-md5sum;
96 </para>
97 </listitem>
98 <listitem>
99 <para>
100 Download size: &gnucash-docs-size;
101 </para>
102 </listitem>
103 <listitem>
104 <para>
105 Estimated disk space required: &gnucash-docs-buildsize;
106 </para>
107 </listitem>
108 <listitem>
109 <para>
110 Estimated build time: &gnucash-docs-time;
111 </para>
112 </listitem>
113 </itemizedlist>
114
115 <bridgehead renderas="sect3">GnuCash Dependencies</bridgehead>
116
117 <bridgehead renderas="sect4">Required</bridgehead>
118 <para role="required">
119 <xref linkend="guile"/>,
120 <xref linkend="libgnomeui"/>,
121 <xref linkend="gnome-vfs"/>,
122 <xref linkend="slib"/>,
123 <xref linkend="goffice"/> and
124 <xref linkend="webkitgtk"/>
125 </para>
126
127 <bridgehead renderas="sect4">Optional</bridgehead>
128 <para role="optional">
129 <ulink url="http://libdbi.sourceforge.net/">libdbi</ulink> (and
130 <ulink url="http://libdbi-drivers.sourceforge.net/">libdbi drivers</ulink>) and
131 <ulink url="ftp://ftp.gnu.org/pub/gnu/guile/">Guile-www</ulink>
132 </para>
133
134 <bridgehead renderas="sect4">Optional (Required for the Help System)</bridgehead>
135 <para role="optional">
136 <xref linkend="rarian"/> and
137 <xref linkend="yelp"/> (run-time requirement to view the Help documents).
138 </para>
139
140 <bridgehead renderas="sect4">Optional (for On-Line Banking)</bridgehead>
141 <para role="optional">
142 <ulink url="http://libofx.sourceforge.net/">LibOFX</ulink> (requires
143 <xref linkend="opensp"/> and <xref linkend="curl"/>),
144 <ulink url="http://sourceforge.net/projects/ktoblzcheck">KtoBlzCheck</ulink> and
145 <ulink url="http://www.aquamaniac.de/aqbanking/">AqBanking</ulink> (requires
146 <ulink url="http://gwenhywfar.sourceforge.net/">Gwenhywfar</ulink> and
147 <ulink url="http://www.libchipcard.de/">libchipcard3</ulink>)
148 </para>
149
150 <para condition="html" role="usernotes">
151 User Notes: <ulink url="&blfs-wiki;/gnucash"/>
152 </para>
153
154 </sect2>
155
156 <sect2 role="installation">
157 <title>Installation of GnuCash</title>
158
159 <para>Install <application>GnuCash</application> by running the following
160 commands:</para>
161
162<screen><userinput>patch -Np1 -i ../gnucash-&gnucash-version;-guile-2_fixes-1.patch &amp;&amp;
163
164./configure --prefix=/usr \
165 --sysconfdir=/etc/gnome \
166 --disable-dbi \
167 --with-html-engine=webkit &amp;&amp;
168make</userinput></screen>
169
170 <para> If you wish to create the API documentation in HTML format, you must
171 have <xref linkend="doxygen"/> and <xref linkend="graphviz"/> installed,
172 then issue:</para>
173
174<screen><userinput>make doc</userinput></screen>
175
176 <para>If you wish to create the API Design Guide in several formats, you
177 must have <xref linkend="texlive"/> installed and issue:</para>
178
179<screen><userinput>make -C src/doc/design html pdf ps</userinput></screen>
180
181 <para>
182 The test suite is currently broken due to problems with
183 <application>Guile 2</application>.
184 <!-- To test the results, issue: <command>make check</command>.-->
185 </para>
186
187 <para>
188 Now, as the <systemitem class="username">root</systemitem> user:
189 </para>
190
191<screen role="root"><userinput>make install</userinput></screen>
192
193 <para>
194 If you want to install the Help documentation system, you must have
195 <xref linkend="yelp"/> and <xref linkend="rarian"/> installed in order to
196 view the Help documents. Unpack the additional tarball, change into the
197 <filename class="directory">gnucash-docs-&gnucash-docs-version;</filename>
198 source directory and issue the following commands as an unprivileged
199 user:
200 </para>
201
202<screen><userinput>./configure --prefix=/usr &amp;&amp;
203make</userinput></screen>
204
205 <para>
206 HTML versions of the Users Guide can be created if the DocBook XML tools
207 are installed (<xref linkend="libxslt"/>, <xref linkend="DocBook"/> and
208 <xref linkend="docbook-xsl"/>). A PDF version of the Users Guide can be
209 created if you have <xref linkend="docbook-utils"/>,
210 and <xref linkend="fop"/> installed.
211 Issue the following commands to create the documentation:
212 </para>
213
214<screen><userinput>make -C guide html &amp;&amp;
215make -C guide pdf</userinput></screen>
216
217 <para>
218 Now, as the <systemitem class="username">root</systemitem> user:
219 </para>
220
221<screen role="root"><userinput>make install</userinput></screen>
222
223 <para>
224 If you built the Users Guide, install it as the
225 <systemitem class="username">root</systemitem> user:
226 </para>
227
228<screen role="root"><userinput>mkdir -p /usr/share/doc/gnucash-&gnucash-docs-version; &amp;&amp;
229cp -v -R guide/C/gnucash-guide/* /usr/share/doc/gnucash-&gnucash-docs-version; &amp;&amp;
230cp -v guide/C/gnucash-guide.pdf /usr/share/doc/gnucash-&gnucash-docs-version;</userinput></screen>
231 </sect2>
232
233 <sect2 role="commands">
234 <title>Command Explanations</title>
235
236 <para><parameter>--sysconfdir=/etc/gnome</parameter>: This installs
237 configuration files in
238 <filename class="directory">/etc/gnome/gnucash</filename> instead of
239 <filename class="directory">/usr/etc/gnucash</filename>.</para>
240
241 <para>
242 <parameter>--with-html-engine=webkit</parameter>: Use
243 <xref linkend="webkitgtk"/> (configured <option>--with-gtk=2.0</option>)
244 instead of gtkhtml : the default is Gtkhtml-3 which does not build on
245 current <application>Glib2</application> without various changes.
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.
251 </para>
252 </sect2>
253
254 <sect2 role="configuration">
255 <title>Configuring GnuCash</title>
256
257 <sect3>
258 <title>Configuration Information</title>
259
260 <para>
261 If you wish to use <application>GnuCash</application> to retrieve
262 stock price quotes, you'll need to
263 install the following <application>Perl</application> modules:
264 <xref linkend="perl-lwp"/>, <xref linkend="perl-date-manip"/>,
265 <xref linkend="perl-html-parser"/>,
266 <xref linkend="perl-html-tableextract"/>,
267 <xref linkend="perl-crypt-ssleay"/> and
268 <xref linkend="perl-finance-quote"/>. Alternatively, you can run the
269 <command>gnc-fq-update</command> script as the
270 <systemitem class="username">root</systemitem> user.
271 </para>
272 </sect3>
273 </sect2>
274
275 <sect2 role="content">
276 <title>Contents</title>
277
278 <segmentedlist>
279 <segtitle>Installed Programs</segtitle>
280 <segtitle>Installed Libraries</segtitle>
281 <segtitle>Installed Directories</segtitle>
282
283 <seglistitem>
284 <seg>
285 gnc-fq-check, gnc-fq-dump, gnc-fq-helper, gnc-fq-update,
286 gnucash, gnucash-env, gnucash-make-guids, gnucash-valgrind and
287 update-gnucash-gconf
288 </seg>
289 <seg>
290 libgnc-backend-sql.so, libgnc-backend-xml-utils.so,
291 libgnc-business-ledger.so,libgnc-core-utils.so, libgnc-gnome.so,
292 libgnc-module.so, libgnc-qof.so and numerous support libraries
293 installed in <filename class="directory">/usr/lib/gnucash</filename>
294 </seg>
295 <seg>
296 /opt/gnome/gnucash,
297 /usr/include/gnucash,
298 /usr/lib/gnucash,
299 /usr/libexec/gnucash and
300 /usr/share/doc/gnucash-&gnucash-version;.
301 </seg>
302 </seglistitem>
303 </segmentedlist>
304
305 <variablelist>
306 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
307 <?dbfo list-presentation="list"?>
308 <?dbhtml list-presentation="table"?>
309
310 <varlistentry id="gnucash-prog">
311 <term><command>gnucash</command></term>
312 <listitem>
313 <para>is a personal finance manager.</para>
314 <indexterm zone="gnucash gnucash-prog">
315 <primary sortas="b-gnucash">gnucash</primary>
316 </indexterm>
317 </listitem>
318 </varlistentry>
319 </variablelist>
320 </sect2>
321</sect1>
Note: See TracBrowser for help on using the repository browser.