Changeset beceab95
- Timestamp:
- 12/18/2002 01:56:48 AM (20 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 6.0, 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, ken/inkscape-core-mods, krejzi/svn, lazarus, nosym, perl-modules, plabs/python-mods, qt5new, systemd-11177, systemd-13485, trunk, upgradedb, v1_0, v5_0, v5_0-pre1, v5_1, v5_1-pre1, xry111/intltool, xry111/soup3, xry111/test-20220226
- Children:
- 2a947cf
- Parents:
- 28066b6
- Location:
- xsoft/office/gnucash
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
xsoft/office/gnucash/gnucash-config.xml
r28066b6 rbeceab95 1 1 <sect2> 2 <title>Configuring gnucash</title>2 <title>Configuring GnuCash</title> 3 3 4 4 <sect3><title>Configuration Information</title> 5 5 6 6 <note><para>GnuCash must be run as root once before use. Simply 7 executing gnucash from an X terminal and clicking on the cancel button7 executing GnuCash from an X terminal and clicking on the cancel button 8 8 is sufficient. This must be done prior to setting up accounts as an 9 9 unprivileged user, due to the fact that GnuCash must create scheme -
xsoft/office/gnucash/gnucash-desc.xml
r28066b6 rbeceab95 2 2 <title>Contents</title> 3 3 4 <para>The gnucash package contains <userinput>gnucash.</userinput></para>4 <para>The GnuCash package contains <userinput>gnucash.</userinput></para> 5 5 6 6 </sect2> … … 8 8 <sect2><title>Description</title> 9 9 10 <sect3><title> gnucash</title>10 <sect3><title>GnuCash</title> 11 11 <para>gnucash is the GnuCash personal finance manager.</para></sect3> 12 12 -
xsoft/office/gnucash/gnucash-exp.xml
r28066b6 rbeceab95 6 6 </para> 7 7 8 <para><userinput> 9 sed 's/^GTKHTML_LIBS.*$/GTKHTML_LIBS=\`pkg-config --libs gtkhtml-1.1\`/' \configure | \ 10 sed 's/^GTKHTML_CFLAGS.*$/GTKHTML_CFLAGS=\`pkg-config --cflags gtkhtml-1.1\`/' > configure.new && 11 cp configure.new configure && 12 </userinput></para> 13 <para> 14 The configure script for GnuCash 1.6.8 is expecting to find 15 gtkhtml-1.0.4, which we are not installing. gtkhtml-1.1.7 will work 16 with GnuCash, but we must force configure to look for the newer 17 libraries. The above sed commands are necessary because not only are 18 the library versions different, but in the newer version of gtkhtml, 19 pkg-config is used to determine CFLAGS and LIBS, while previous 20 versions of gtkhtml used gnome-config to do the same thing. 21 </para> 22 8 23 </sect2> 9 24 -
xsoft/office/gnucash/gnucash-inst.xml
r28066b6 rbeceab95 2 2 <title>Installation of GnuCash</title> 3 3 4 <para>Install gnucash by running the following commands:</para>4 <para>Install GnuCash by running the following commands:</para> 5 5 6 6 <para><screen><userinput> 7 sed 's/^GTKHTML_LIBS.*$/GTKHTML_LIBS=\`pkg-config --libs gtkhtml-1.1\`/' \configure | \ 8 sed 's/^GTKHTML_CFLAGS.*$/GTKHTML_CFLAGS=\`pkg-config --cflags gtkhtml-1.1\`/' > configure.new && 9 cp configure.new configure && 10 7 11 ./configure --prefix=/opt/gnome && 8 12 make && -
xsoft/office/gnucash/gnucash-intro.xml
r28066b6 rbeceab95 1 1 <sect2> 2 <title>Introduction to gnucash</title>2 <title>Introduction to GnuCash</title> 3 3 4 4 <screen>Download location (HTTP): <ulink url="&gnucash-download-http;"/>
Note:
See TracChangeset
for help on using the changeset viewer.